repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
lib
/
Transforms
/
InstCombine
/
CMakeLists.txt
blob
d070ccc0d63fb21f55f3d1664ebbfd6a2a5fae9d
1
add_llvm_library(LLVMInstCombine
2
InstructionCombining.cpp
3
InstCombineAddSub.cpp
4
InstCombineAndOrXor.cpp
5
InstCombineCalls.cpp
6
InstCombineCasts.cpp
7
InstCombineCompares.cpp
8
InstCombineLoadStoreAlloca.cpp
9
InstCombineMulDivRem.cpp
10
InstCombinePHI.cpp
11
InstCombineSelect.cpp
12
InstCombineShifts.cpp
13
InstCombineSimplifyDemanded.cpp
14
InstCombineVectorOps.cpp
15
)