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

Shih-Po Hung via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 26 08:49:56 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:
----------------
arcbbb wrote:

Yes, it is gone after rebase.

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


More information about the llvm-commits mailing list