[llvm] [VPlan] Update final exit value via VPlan. (PR #112147)
Shih-Po Hung via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 31 01:32:20 PST 2024
================
@@ -8976,18 +8860,6 @@ static SetVector<VPIRInstruction *> collectUsersInExitBlocks(
// Exit values for inductions are computed and updated outside of VPlan
// and independent of induction recipes.
// TODO: Compute induction exit values in VPlan.
- if ((isa<VPWidenIntOrFpInductionRecipe>(V) &&
----------------
arcbbb wrote:
Is the comment stale after the patch?
https://github.com/llvm/llvm-project/pull/112147
More information about the llvm-commits
mailing list