[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:11 PDT 2023
================
@@ -39,10 +39,16 @@ Type *Type::getPrimitiveType(LLVMContext &C, TypeID IDNumber) {
case HalfTyID : return getHalfTy(C);
case BFloatTyID : return getBFloatTy(C);
case FloatTyID : return getFloatTy(C);
+ case Decimal32TyID:
----------------
andykaylor wrote:
Formatting
https://github.com/llvm/llvm-project/pull/69718
More information about the llvm-commits
mailing list