[AMDGPU] prevent shrinking udiv/urem if either operand is in (SignedMax,UnsignedMax...
[llvm-project.git] / llvm / lib / SandboxIR / CMakeLists.txt
blob3ec53b04b046f9979d83c159ea124afb8b526a44
1 add_llvm_component_library(LLVMSandboxIR
2   Argument.cpp
3   BasicBlock.cpp
4   Constant.cpp
5   Context.cpp
6   Function.cpp
7   Instruction.cpp
8   Module.cpp
9   Pass.cpp
10   PassManager.cpp
11   Region.cpp
12   Tracker.cpp
13   Type.cpp
14   User.cpp
15   Use.cpp
16   Value.cpp
18   ADDITIONAL_HEADER_DIRS
19   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/SandboxIR
21   LINK_COMPONENTS
22   Core
23   Support
24   Analysis
25   )