repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
llvm
/
lib
/
Transforms
/
AggressiveInstCombine
/
BUILD.gn
blob
7bc493350b1f6000eb6b1a0dd61a7fb51a011290
1
static_library("AggressiveInstCombine") {
2
output_name = "LLVMAggressiveInstCombine"
3
deps = [
4
"//llvm/lib/Analysis",
5
"//llvm/lib/IR",
6
"//llvm/lib/Support",
7
"//llvm/lib/Transforms/Utils",
8
]
9
sources = [
10
"AggressiveInstCombine.cpp",
11
"TruncInstCombine.cpp",
12
]
13
}