mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
move instcombine to its own library, it's past time.
llvm-svn: 92459
This commit is contained in:
parent
ce3f5f3448
commit
2d9948f5f1
@ -9132,7 +9132,7 @@ Instruction *InstCombiner::transformZExtICmp(ICmpInst *ICI, Instruction &CI,
|
||||
}
|
||||
|
||||
Instruction *InstCombiner::visitZExt(ZExtInst &CI) {
|
||||
// If one of the common conversion will work ..
|
||||
// If one of the common conversion will work, do it.
|
||||
if (Instruction *Result = commonIntCastTransforms(CI))
|
||||
return Result;
|
||||
|
@ -8,7 +8,7 @@
|
||||
##===----------------------------------------------------------------------===##
|
||||
|
||||
LEVEL = ../..
|
||||
PARALLEL_DIRS = Utils Instrumentation Scalar IPO Hello
|
||||
PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Hello
|
||||
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
|
@ -9,7 +9,6 @@ add_llvm_library(LLVMScalarOpts
|
||||
GEPSplitter.cpp
|
||||
GVN.cpp
|
||||
IndVarSimplify.cpp
|
||||
InstructionCombining.cpp
|
||||
JumpThreading.cpp
|
||||
LICM.cpp
|
||||
LoopDeletion.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user