[llvm] [VPlan] Check FOR/FMinMaxNum epilogue restrictions in VPlan. (PR #191815)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 18 01:22:45 PDT 2026
================
----------------
ayalz wrote:
Epilog vectorization now works in the presence of removable FOR header phi: only live-out, suffice to extract from backedge vector (which stops feeding the phi). Good to check this penultimate extraction also works for VF=1<UF ?
https://github.com/llvm/llvm-project/pull/191815
More information about the llvm-commits
mailing list