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 56d2c62 commit 0c0ec04Copy full SHA for 0c0ec04
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/Interval.cpp",
18
"SandboxVectorizer/Passes/BottomUpVec.cpp",
19
"SandboxVectorizer/SandboxVectorizer.cpp",
20
"SandboxVectorizer/SeedCollector.cpp",
0 commit comments