This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Commit 20fa37b
committed
[Vectorize] Fix -Wunused-variable in SLPVectorizer.cpp (NFC)
/llvm-project/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:10310:26:
error: unused variable 'isExtractSubvectorMask' [-Werror,-Wunused-variable]
bool isExtractSubvectorMask =
^
1 error generated.1 parent a424b79 commit 20fa37b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10307 | 10307 | | |
10308 | 10308 | | |
10309 | 10309 | | |
10310 | | - | |
| 10310 | + | |
10311 | 10311 | | |
10312 | 10312 | | |
10313 | 10313 | | |
| |||
0 commit comments