aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/CMakeLists.txt
diff options
context:
space:
mode:
authorSimon Moll <simon.moll@emea.nec.com>2022-03-03 11:31:42 +0100
committerSimon Moll <simon.moll@emea.nec.com>2022-03-03 11:31:57 +0100
commit8bcbfb50e8ea24998f9adf2f50b1f63b499299ed (patch)
treeaa131bc8827b09fbaabaae84ec0d2c3523dd5288 /llvm/lib/IR/CMakeLists.txt
parent1b2e35e4d484e5ec6bbc71d333427aae2e30e4de (diff)
downloadllvm-8bcbfb50e8ea24998f9adf2f50b1f63b499299ed.zip
llvm-8bcbfb50e8ea24998f9adf2f50b1f63b499299ed.tar.gz
llvm-8bcbfb50e8ea24998f9adf2f50b1f63b499299ed.tar.bz2
[VP] Introducing VectorBuilder, the VP intrinsic builder
VectorBuilder wraps around an IRBuilder and VectorBuilder::createVectorInstructions emits VP intrinsics as if they were regular instructions. Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D105283
Diffstat (limited to 'llvm/lib/IR/CMakeLists.txt')
-rw-r--r--llvm/lib/IR/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt
index 2c09e57..3e542e4 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -61,6 +61,7 @@ add_llvm_component_library(LLVMCore
User.cpp
Value.cpp
ValueSymbolTable.cpp
+ VectorBuilder.cpp
Verifier.cpp
ADDITIONAL_HEADER_DIRS