[llvm] [RISCV] Transform fcmp to is.fpclass (PR #120242)

Gergely Futo via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 07:22:09 PST 2024


futog wrote:

> FYI I did similar transformation in CodeGenPrepare: #81572.

In CodeGenPrepare it is only for `fcInf` || `fcInf | fcNan` right? Aren't we considering the rest of the classifications on purpose?

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


More information about the llvm-commits mailing list