[llvm] [RISCV] Lower (select c, x, -x) -> (sub (czero_eqz x, c), (czero_nez x, c)) with Zicond. (PR #217181)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 17:57:16 PDT 2026


https://github.com/topperc edited https://github.com/llvm/llvm-project/pull/217181


More information about the llvm-commits mailing list