[llvm] [RISCV] Prefer (select (x < 0), y, z) -> x >> (XLEN - 1) & (y - z) + z even with Zicond. (PR #125772)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 21:35:24 PST 2025


https://github.com/wangpc-pp approved this pull request.

LGTM.

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


More information about the llvm-commits mailing list