[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 21:20:49 PDT 2026
https://github.com/topperc closed https://github.com/llvm/llvm-project/pull/217181
More information about the llvm-commits
mailing list