repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Rejig MVE load store tests. NFC
[llvm-core.git]
/
lib
/
Transforms
/
AggressiveInstCombine
/
CMakeLists.txt
blob
386314801e388f0fd9d63d2c13dea8ed046bb1cf
1
add_llvm_library(LLVMAggressiveInstCombine
2
AggressiveInstCombine.cpp
3
TruncInstCombine.cpp
4
5
ADDITIONAL_HEADER_DIRS
6
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
7
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/AggressiveInstCombine
8
9
DEPENDS
10
intrinsics_gen
11
)