aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Pienaar <jpienaar@google.com>2026-04-14 08:24:09 +0200
committerJacques Pienaar <jpienaar@google.com>2026-04-14 08:24:09 +0200
commitf1fcaa2ccbdc21c7777ca2f41ca1e2fcdef71a88 (patch)
tree6c7182700e1cebee172f7da355fb71a1fdfe38c7
parent0c06aa5f26892005307f31004c63883c805a6b15 (diff)
downloadllvm-users/jpienaar/bcfloatadd.tar.gz
llvm-users/jpienaar/bcfloatadd.tar.bz2
llvm-users/jpienaar/bcfloatadd.zip
Remove ifdefs for nowusers/jpienaar/bcfloatadd
-rw-r--r--mlir/include/mlir/IR/BuiltinDialectBytecode.td4
1 files changed, 0 insertions, 4 deletions
diff --git a/mlir/include/mlir/IR/BuiltinDialectBytecode.td b/mlir/include/mlir/IR/BuiltinDialectBytecode.td
index 0f593b21614b..351ffee8af7b 100644
--- a/mlir/include/mlir/IR/BuiltinDialectBytecode.td
+++ b/mlir/include/mlir/IR/BuiltinDialectBytecode.td
@@ -233,11 +233,7 @@ def Float16Type : DialectType<(type)>;
// Stage the addition of new floating point types so that readers can be updated
// first.
-#ifdef MLIRBC_DISABLE_FLOAT_ADD_JUNE
class EnableFloatPrintingJune2026<dag d> : DialectTypeNoPrint<d>;
-#else
-class EnableFloatPrintingJune2026<dag d> : DialectType<d>;
-#endif
def FloatTF32Type : EnableFloatPrintingJune2026<(type)>;