We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e902c69 commit 8942d5eCopy full SHA for 8942d5e
llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
@@ -14,6 +14,7 @@ static_library("Vectorize") {
14
"LoopVectorize.cpp",
15
"SLPVectorizer.cpp",
16
"SandboxVectorizer/DependencyGraph.cpp",
17
+ "SandboxVectorizer/InstrMaps.cpp",
18
"SandboxVectorizer/Interval.cpp",
19
"SandboxVectorizer/Legality.cpp",
20
"SandboxVectorizer/Passes/BottomUpVec.cpp",
llvm/utils/gn/secondary/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/BUILD.gn
@@ -11,6 +11,7 @@ unittest("SandboxVectorizerTests") {
11
]
12
sources = [
13
"DependencyGraphTest.cpp",
+ "InstrMapsTest.cpp",
"IntervalTest.cpp",
"LegalityTest.cpp",
"SchedulerTest.cpp",
0 commit comments