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 9f4a0a0 commit 8dd4467Copy full SHA for 8dd4467
llvm/lib/Transforms/Vectorize/VectorCombine.cpp
@@ -58,7 +58,7 @@ STATISTIC(NumScalarIntrinsic, "Number of scalar intrinsic calls formed");
58
59
static cl::opt<bool> DisableVectorCombine(
60
"disable-vector-combine", cl::init(false), cl::Hidden,
61
- cl::desc("Disable all vector combine transforms"));
+ cl::desc("Disable all vector combine transforms"));
62
63
static cl::opt<bool> DisableBinopExtractShuffle(
64
"disable-binop-extract-shuffle", cl::init(false), cl::Hidden,
0 commit comments