[llvm] [LV] Use ICMP_UGE for BranchOnCount when VF is scalable (PR #102575)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 25 08:10:07 PST 2024
preames wrote:
I have expressed this elsewhere, but I want to note on the review that I don't believe this to be the right approach. Teaching SCEV to better understand scalable VFs is clearly the right answer long term. It has some hard parts, but working on that as opposed to working around it like this is clearly the right long term approach.
https://github.com/llvm/llvm-project/pull/102575
More information about the llvm-commits
mailing list