[llvm] [VPlan] Expand VPWidenPointerInductionRecipe into separate recipes (PR #148274)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 5 01:10:24 PDT 2025
================
@@ -1084,6 +1091,7 @@ bool VPInstruction::opcodeMayReadOrWriteFromMemory() const {
case VPInstruction::LogicalAnd:
case VPInstruction::Not:
case VPInstruction::PtrAdd:
+ case VPInstruction::WidePtrAdd:
case VPInstruction::WideIVStep:
----------------
fhahn wrote:
```suggestion
case VPInstruction::WideIVStep:
case VPInstruction::WidePtrAdd:
```
lex order (even though its not consistent throughout)
https://github.com/llvm/llvm-project/pull/148274
More information about the llvm-commits
mailing list