[llvm] [GISel][RISCV] Legalize `G_FREM` to use fmod (PR #93063)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu May 23 06:54:09 PDT 2024


================
@@ -64,3 +64,67 @@ body:             |
     PseudoRET implicit $x10, implicit $x11
 
 ...
+---
+name:            frem_half_bitcast
----------------
arsenm wrote:

Don't need the bitcast part of the name, also f16 for consistency with other functions 

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


More information about the llvm-commits mailing list