[PATCH] D112025: Intrinsic for checking floating point class
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov 11 06:19:45 PST 2021
    
    
  
arsenm added inline comments.
================
Comment at: llvm/include/llvm/IR/Intrinsics.td:723
+
+def int_is_fpclass
+    : DefaultAttrsIntrinsic<[LLVMScalarOrSameVectorWidth<0, llvm_i1_ty>],
----------------
The word "is" here reads weird to me, and you dropped it from the ISD node name. How about just llvm.fpclass? Also the description says "fclass"
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112025/new/
https://reviews.llvm.org/D112025
    
    
More information about the llvm-commits
mailing list