[llvm] [LV][POC] Use umin to avoid second-to-last iteration problems with EVL (PR #143434)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 9 16:47:54 PDT 2025
mshockwave wrote:
> > I think I'm less concerned about this as we're already reading vlenb in our current approach
>
> I agree, just noting the potential issue.
Just chatted with Craig and realized that I blunderingly forgot my EVLIndVarSimplify Pass has effectively removed the vlenb reads
https://github.com/llvm/llvm-project/pull/143434
More information about the llvm-commits
mailing list