[InstCombine] Signed saturation patterns
[llvm-complete.git] / utils / gn / secondary / llvm / tools / llvm-ifs / BUILD.gn
blob95b49d6f0eb5ddbe852d451ea10afc9f7fccb8d1
1 executable("llvm-ifs") {
2   deps = [
3     "//llvm/lib/Object",
4     "//llvm/lib/ObjectYAML",
5     "//llvm/lib/Support",
6     "//llvm/lib/TextAPI",
7   ]
8   sources = [
9     "llvm-ifs.cpp",
10   ]