[ARM] Rejig MVE load store tests. NFC
[llvm-core.git] / lib / Transforms / AggressiveInstCombine / CMakeLists.txt
blob386314801e388f0fd9d63d2c13dea8ed046bb1cf
1 add_llvm_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
11   )