[llvm-branch-commits] [llvm] Patch 4: [LV][NFC]: Filter between vplans by tail-folding status (PR #207165)
Sander de Smalen via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 16 07:22:24 PDT 2026
================
----------------
sdesmalen-arm wrote:
Should this also take the `EpilogueTailFoldingCM` (when available)? `selectBestEpiloguePlan` queries `CM.foldTailByMasking()` quite a few times, but for a predicated epilogue this is querying for plans with CM.foldTailByMasking() == false`?
https://github.com/llvm/llvm-project/pull/207165
More information about the llvm-branch-commits
mailing list