diff options
| author | Jacques Pienaar <jpienaar@google.com> | 2026-04-14 08:24:09 +0200 |
|---|---|---|
| committer | Jacques Pienaar <jpienaar@google.com> | 2026-04-14 08:24:09 +0200 |
| commit | f1fcaa2ccbdc21c7777ca2f41ca1e2fcdef71a88 (patch) | |
| tree | 6c7182700e1cebee172f7da355fb71a1fdfe38c7 | |
| parent | 0c06aa5f26892005307f31004c63883c805a6b15 (diff) | |
| download | llvm-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.td | 4 |
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)>; |
