[llvm] [LLVM][CodeGen][AArch64] while_le(#, max_int) -> all_active (PR #111183)

Kyrill Tkachov via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 02:56:30 PDT 2024


ktkachov wrote:

I'm not familiar enough with the LLVM code here to tell if this is a problem, but this transform is only valid if the NZCV output of WHILELE is unused, right? Otherwise it'd have to fold to PTRUES

https://github.com/llvm/llvm-project/pull/111183


More information about the llvm-commits mailing list