[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / llvm / lib / Transforms / AggressiveInstCombine / CMakeLists.txt
blob77b7cdfb144e648db82310d29dec8b0c59c072f7
1 add_llvm_component_library(LLVMAggressiveInstCombine
2   AggressiveInstCombine.cpp
3   TruncInstCombine.cpp
5   ADDITIONAL_HEADER_DIRS
6   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
7   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/AggressiveInstCombine
9   DEPENDS
10   intrinsics_gen
12   LINK_COMPONENTS
13   Analysis
14   Core
15   Support
16   TransformUtils
17   )