[llvm] [VPlan] Compute induction end values in VPlan. (PR #112145)

via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 14:45:33 PST 2024


================
@@ -64,6 +64,7 @@ bool VPRecipeBase::mayWriteToMemory() const {
     case VPInstruction::FirstOrderRecurrenceSplice:
     case VPInstruction::LogicalAnd:
     case VPInstruction::PtrAdd:
+    case VPInstruction::ResumePhi:
----------------
ayalz wrote:

Independent fix, but testable only now?

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


More information about the llvm-commits mailing list