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