Chris Lattner
|
f54e729629
|
split PHI node stuff out to InstCombinePHI.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92682 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-05 05:31:55 +00:00 |
|
Devang Patel
|
44a29e066a
|
Remove dead debug info intrinsics.
Intrinsic::dbg_stoppoint
Intrinsic::dbg_region_start
Intrinsic::dbg_region_end
Intrinsic::dbg_func_start
AutoUpgrade simply ignores these intrinsics now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92557 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-05 01:10:40 +00:00 |
|
Chris Lattner
|
0cb1e9edd5
|
silence a bogus 'might be used uninit' warning from GCC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92494 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 18:48:26 +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 |
|
Chris Lattner
|
02446fc99a
|
split instcombine of compares (visit[FI]Cmp) out to
a new InstCombineCompares.cpp file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92467 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 07:37:31 +00:00 |
|
Chris Lattner
|
e0b4b721aa
|
move the 'SimplifyDemandedFoo' methods out to their own file, cutting 1K lines out of instcombine.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92465 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 07:17:19 +00:00 |
|
Chris Lattner
|
ac8f2fd2e2
|
split the instcombine class definition out to a header shared
among the instcombine library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92463 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 07:12:23 +00:00 |
|
Chris Lattner
|
4de84762bd
|
remove a ton of unneeded LLVMContext stuff.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92462 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 07:02:48 +00:00 |
|
Chris Lattner
|
3df5c6fff1
|
move InstCombineWorklist out to its own header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92461 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 06:30:00 +00:00 |
|
Chris Lattner
|
dffbef0d76
|
move instcombine to its own library, it's past time.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92459 91177308-0d34-0410-b5e6-96231b3b80d8
|
2010-01-04 06:23:24 +00:00 |
|