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 8a386fe commit 1463da8Copy full SHA for 1463da8
llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
@@ -19,6 +19,7 @@ static_library("Vectorize") {
19
"SandboxVectorizer/Interval.cpp",
20
"SandboxVectorizer/Legality.cpp",
21
"SandboxVectorizer/Passes/BottomUpVec.cpp",
22
+ "SandboxVectorizer/Passes/PackReuse.cpp",
23
"SandboxVectorizer/Passes/RegionsFromBBs.cpp",
24
"SandboxVectorizer/Passes/RegionsFromMetadata.cpp",
25
"SandboxVectorizer/Passes/SeedCollection.cpp",
0 commit comments