Benjamin Kramer
|
f012705c7e
|
Avoid going through the LLVMContext for type equality where it's safe to dereference the type pointer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92726 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-05 13:12:22 +00:00 |
|
Chris Lattner
|
f3d1b5dd68
|
move some more cast-related stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92471 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 07:59:07 +00:00 |
|
Chris Lattner
|
5f0290e0ef
|
move the [Can]EvaluateInDifferentType functions out to InstCombineCasts.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92469 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 07:54:59 +00:00 |
|
Chris Lattner
|
80f43d339f
|
split 943 lines of instcombine out to a new InstCombineCasts.cpp
file. InstructionCombining.cpp is now down to a svelte 9300 lines :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92468 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 07:53:58 +00:00 |
|