[llvm] [AArch64] Peek through freeze in setcc if it has one_use, and is comparing against a constant (PR #153897)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 15 16:20:46 PDT 2025


topperc wrote:

I think brcond was treated specially because a branch on poison is undefined behavior. I don't know if you can do this for arbitrary setcc uses.

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


More information about the llvm-commits mailing list