Skip to content

Commit

Permalink
Revert "[VP] Introducing VectorBuilder, the VP intrinsic builder"
Browse files Browse the repository at this point in the history
This reverts commit 8bcbfb5.

Taking this patch offline to fix breakage: https://lab.llvm.org/buildbot/#/builders/110/builds/10912
  • Loading branch information
simoll committed Mar 3, 2022
1 parent bd44174 commit 8de8731
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 484 deletions.
100 changes: 0 additions & 100 deletions llvm/include/llvm/IR/VectorBuilder.h

This file was deleted.

1 change: 0 additions & 1 deletion llvm/lib/IR/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ add_llvm_component_library(LLVMCore
User.cpp
Value.cpp
ValueSymbolTable.cpp
VectorBuilder.cpp
Verifier.cpp

ADDITIONAL_HEADER_DIRS
Expand Down
102 changes: 0 additions & 102 deletions llvm/lib/IR/VectorBuilder.cpp

This file was deleted.

1 change: 0 additions & 1 deletion llvm/unittests/IR/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ add_llvm_unittest(IRTests
ValueHandleTest.cpp
ValueMapTest.cpp
ValueTest.cpp
VectorBuilderTest.cpp
VectorTypesTest.cpp
VerifierTest.cpp
VPIntrinsicTest.cpp
Expand Down
Loading

0 comments on commit 8de8731

Please sign in to comment.