[llvm] [VPlan] Model FOR extract of exit value in VPlan. (PR #93395)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 1 04:26:49 PDT 2024


================
@@ -558,6 +560,27 @@ Value *VPInstruction::generatePerPart(VPTransformState &State, unsigned Part) {
 
     return ReducedPartRdx;
   }
+  case VPInstruction::ExtractRecurrenceResult: {
----------------
fhahn wrote:

Generalized to ExtractFromEnd and will update https://github.com/llvm/llvm-project/pull/93396 to use it to extract the resume value as well

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


More information about the llvm-commits mailing list