Gabor Greif
|
96fedcb136
|
cache result of operator*
llvm-svn: 108147
|
2010-07-12 14:15:58 +00:00 |
|
Chris Lattner
|
f6befffbb2
|
fix PR6512, a case where instcombine would incorrectly merge loads
from different addr spaces.
llvm-svn: 97813
|
2010-03-05 18:53:28 +00:00 |
|
Duncan Sands
|
19d0b47b1f
|
There are two ways of checking for a given type, for example isa<PointerType>(T)
and T->isPointerTy(). Convert most instances of the first form to the second form.
Requested by Chris.
llvm-svn: 96344
|
2010-02-16 11:11:14 +00:00 |
|
Benjamin Kramer
|
f7cc698b69
|
Add newline at EOF.
llvm-svn: 92727
|
2010-01-05 13:32:48 +00:00 |
|
Chris Lattner
|
de1feded32
|
split PHI node stuff out to InstCombinePHI.cpp
llvm-svn: 92682
|
2010-01-05 05:31:55 +00:00 |
|