[llvm] [VPlan] Explicitly handle scalar pointer inductions. (PR #83068)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 01:22:52 PDT 2024


================
@@ -511,17 +550,33 @@ void VPInstruction::execute(VPTransformState &State) {
          "Recipe not a FPMathOp but has fast-math flags?");
   if (hasFastMathFlags())
     State.Builder.setFastMathFlags(getFastMathFlags());
+  State.Builder.SetCurrentDebugLocation(getDebugLoc());
+  bool OnlyGenerateFirstLane =
----------------
ayalz wrote:

```suggestion
  bool GeneratesPerFirstLaneOnly =
```
to be more consistent?

https://github.com/llvm/llvm-project/pull/83068


More information about the llvm-commits mailing list