[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
    
    
  
================
@@ -549,10 +549,19 @@ void TypePrinting::print(Type *Ty, raw_ostream &OS) {
   case Type::HalfTyID:      OS << "half"; return;
   case Type::BFloatTyID:    OS << "bfloat"; return;
   case Type::FloatTyID:     OS << "float"; return;
+  case Type::Decimal32TyID:
----------------
andykaylor wrote:
Same formatting comment as above.
https://github.com/llvm/llvm-project/pull/69718
    
    
More information about the llvm-commits
mailing list