aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CMakeLists.txt
diff options
context:
space:
mode:
authorNicholas Guy <nicholas.guy@arm.com>2022-11-14 13:59:59 +0000
committerNicholas Guy <nicholas.guy@arm.com>2022-11-14 14:02:27 +0000
commitd52e2839f3b1a21d4a6090ccff6f4b7f1f89a1b3 (patch)
treee61a435f7b9682aedc5edac855b89d4ece80c147 /llvm/lib/CodeGen/CMakeLists.txt
parentc92ff2a3c449d2de502dc8444a0fdad5b4c42ff4 (diff)
downloadllvm-d52e2839f3b1a21d4a6090ccff6f4b7f1f89a1b3.zip
llvm-d52e2839f3b1a21d4a6090ccff6f4b7f1f89a1b3.tar.gz
llvm-d52e2839f3b1a21d4a6090ccff6f4b7f1f89a1b3.tar.bz2
[ARM][CodeGen] Add support for complex deinterleaving
Adds the Complex Deinterleaving Pass implementing support for complex numbers in a target-independent manner, deferring to the TargetLowering for the given target to create a target-specific intrinsic. Differential Revision: https://reviews.llvm.org/D114174
Diffstat (limited to 'llvm/lib/CodeGen/CMakeLists.txt')
-rw-r--r--llvm/lib/CodeGen/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt
index ed83333..2289ea5 100644
--- a/llvm/lib/CodeGen/CMakeLists.txt
+++ b/llvm/lib/CodeGen/CMakeLists.txt
@@ -43,6 +43,7 @@ add_llvm_component_library(LLVMCodeGen
CodeGenPassBuilder.cpp
CodeGenPrepare.cpp
CommandFlags.cpp
+ ComplexDeinterleavingPass.cpp
CriticalAntiDepBreaker.cpp
DeadMachineInstructionElim.cpp
DetectDeadLanes.cpp