[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / llvm / lib / Transforms / AggressiveInstCombine / BUILD.gn
blob7bc493350b1f6000eb6b1a0dd61a7fb51a011290
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   ]