[llvm] [VPlan] Explicitly handle scalar pointer inductions. (PR #83068)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 7 07:30:41 PST 2024
================
@@ -1155,6 +1155,7 @@ class VPInstruction : public VPRecipeWithIRFlags {
BranchOnCount,
BranchOnCond,
ComputeReductionResult,
+ PtrAdd,
----------------
ayalz wrote:
Worth documenting somewhere what this VPInstruction/Opcode represents, including being scalar.
https://github.com/llvm/llvm-project/pull/83068
More information about the llvm-commits
mailing list