blob: 7bc493350b1f6000eb6b1a0dd61a7fb51a011290 [file] [log] [blame]
static_library("AggressiveInstCombine") {
output_name = "LLVMAggressiveInstCombine"
deps = [
"//llvm/lib/Analysis",
"//llvm/lib/IR",
"//llvm/lib/Support",
"//llvm/lib/Transforms/Utils",
]
sources = [
"AggressiveInstCombine.cpp",
"TruncInstCombine.cpp",
]
}