[llvm] [VPlan] Refine VPVectorPointer printing and return false for mayHaveSideEffects (PR #113410)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 25 11:43:12 PDT 2024


================
@@ -4442,6 +4442,7 @@ static bool willGenerateVectors(VPlan &Plan, ElementCount VF,
       case VPDef::VPInstructionSC:
       case VPDef::VPCanonicalIVPHISC:
       case VPDef::VPVectorPointerSC:
+      case VPDef::VPReverseVectorPointerSC:
----------------
fhahn wrote:

This should be folded into https://github.com/llvm/llvm-project/pull/110974, as otherwise it may change behavior?

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


More information about the llvm-commits mailing list