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 90b1e5b commit c182e9dCopy full SHA for c182e9d
llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
@@ -18,6 +18,7 @@ static_library("Vectorize") {
18
"SandboxVectorizer/Interval.cpp",
19
"SandboxVectorizer/Legality.cpp",
20
"SandboxVectorizer/Passes/BottomUpVec.cpp",
21
+ "SandboxVectorizer/Passes/RegionsFromBBs.cpp",
22
"SandboxVectorizer/Passes/RegionsFromMetadata.cpp",
23
"SandboxVectorizer/Passes/SeedCollection.cpp",
24
"SandboxVectorizer/Passes/TransactionAcceptOrRevert.cpp",
0 commit comments