[clang] [llvm] [LoongArch] [CodeGen] Add options for Clang to generate LoongArch-specific frecipe & frsqrte instructions (PR #109917)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 18:59:44 PDT 2024


================
@@ -141,6 +141,22 @@ enum NodeType : unsigned {
   VALL_NONZERO,
   VANY_NONZERO,
 
+  // Floating point approximate reciprocal operation
+  FRECIPE_S,
----------------
tangaac wrote:

The code has been updated. 
Only `FRECIPE` and  `FRSQRTE` are left.

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


More information about the llvm-commits mailing list