File tree Expand file tree Collapse file tree 7 files changed +3
-3
lines changed
include/llvm/Transforms/Vectorize/SandboxVectorizer
Transforms/Vectorize/SandboxVectorizer Expand file tree Collapse file tree 7 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ add_llvm_component_library(LLVMSandboxIR
33 Module.cpp
44 Pass.cpp
55 PassManager.cpp
6- Region.cpp
76 SandboxIR.cpp
87 Tracker.cpp
98 Type .cpp
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ add_llvm_component_library(LLVMVectorize
55 LoopVectorize.cpp
66 SandboxVectorizer/DependencyGraph.cpp
77 SandboxVectorizer/Passes/BottomUpVec.cpp
8+ SandboxVectorizer/Region.cpp
89 SandboxVectorizer/SandboxVectorizer.cpp
910 SLPVectorizer.cpp
1011 Vectorize.cpp
Original file line number Diff line number Diff line change 66//
77// ===----------------------------------------------------------------------===//
88
9- #include " llvm/SandboxIR /Region.h"
9+ #include " llvm/Transforms/Vectorize/SandboxVectorizer /Region.h"
1010
1111namespace llvm ::sandboxir {
1212
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS
77
88add_llvm_unittest(SandboxIRTests
99 PassTest.cpp
10- RegionTest.cpp
1110 SandboxIRTest.cpp
1211 TrackerTest.cpp
1312 TypesTest.cpp
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ add_llvm_unittest(SandboxVectorizerTests
1111 DependencyGraphTest.cpp
1212 InstrIntervalTest.cpp
1313 LegalityTest.cpp
14+ RegionTest.cpp
1415 )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments