We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f332ae commit d19e954Copy full SHA for d19e954
1 file changed
llvm/lib/IR/Constants.cpp
@@ -40,7 +40,7 @@ static cl::opt<bool> UseConstantIntForFixedLengthSplat(
40
"use-constant-int-for-fixed-length-splat", cl::init(false), cl::Hidden,
41
cl::desc("Use ConstantInt's native fixed-length vector splat support."));
42
static cl::opt<bool> UseConstantFPForFixedLengthSplat(
43
- "use-constant-fp-for-fixed-length-splat", cl::init(false), cl::Hidden,
+ "use-constant-fp-for-fixed-length-splat", cl::init(true), cl::Hidden,
44
cl::desc("Use ConstantFP's native fixed-length vector splat support."));
45
static cl::opt<bool> UseConstantIntForScalableSplat(
46
"use-constant-int-for-scalable-splat", cl::init(false), cl::Hidden,
0 commit comments