[llvm] [RISCV][ISelLowering] Use Zicond for FP selects on Zfinx/Zdinx (PR #169299)

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 25 10:14:20 PST 2025


lenary wrote:

> Note: For `RV32ZFINX_ZICOND`, the czero instructions seem to be pre-existing/unrelated, as they remain even if I remove the whole FP ISel logic.

I think this is probably because SDAG sees this whole thing as integer, and so splits the selects anyway. If we were to address this, it's probably better in a follow-up. 

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


More information about the llvm-commits mailing list