[llvm] Add support for DFP IR type. (PR #69718)
    Andy Kaylor via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Oct 20 11:28:09 PDT 2023
    
    
  
================
@@ -541,11 +541,26 @@ class IRBuilderBase {
     return Type::getFloatTy(Context);
   }
 
+  /// Fetch the type representing a 32-bit decimal floating point value.
+  Type *getDecimal32Ty() {
----------------
andykaylor wrote:
[nit] I'd put this with the others.
https://github.com/llvm/llvm-project/pull/69718
    
    
More information about the llvm-commits
mailing list