mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 15:39:06 +00:00
split call handling out to InstCombineCalls.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92707 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16507fe9fd
commit
753a2b464d
@ -1,6 +1,7 @@
|
|||||||
add_llvm_library(LLVMInstCombine
|
add_llvm_library(LLVMInstCombine
|
||||||
InstructionCombining.cpp
|
InstructionCombining.cpp
|
||||||
InstCombineAddSub.cpp
|
InstCombineAddSub.cpp
|
||||||
|
InstCombineCalls.cpp
|
||||||
InstCombineCasts.cpp
|
InstCombineCasts.cpp
|
||||||
InstCombineCompares.cpp
|
InstCombineCompares.cpp
|
||||||
InstCombineLoadStoreAlloca.cpp
|
InstCombineLoadStoreAlloca.cpp
|
||||||
|
1130
lib/Transforms/InstCombine/InstCombineCalls.cpp
Normal file
1130
lib/Transforms/InstCombine/InstCombineCalls.cpp
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user