[llvm] [VPlan] Add VPInstruction::StepVector and use it in VPWidenIntOrFpInductionRecipe (PR #129508)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 28 06:26:03 PDT 2025
================
@@ -177,8 +177,11 @@ class VPBuilder {
Type *ResultTy,
std::optional<FastMathFlags> FMFs = {},
DebugLoc DL = {}, const Twine &Name = "") {
- return tryInsertInstruction(new VPInstructionWithType(
- Opcode, Operands, ResultTy, FMFs.value_or(FastMathFlags()), DL, Name));
+ if (FMFs)
----------------
lukel97 wrote:
I've opened up https://github.com/llvm/llvm-project/pull/137632 for it anyway, happy to close it if preferred
https://github.com/llvm/llvm-project/pull/129508
More information about the llvm-commits
mailing list