[Mlir-commits] [mlir] [mlirbc] Add missing encoding for float types (PR #191962)
Jacques Pienaar
llvmlistbot at llvm.org
Wed Apr 22 06:31:54 PDT 2026
================
@@ -231,6 +231,12 @@ def BFloat16Type : DialectType<(type)>;
def Float16Type : DialectType<(type)>;
+// Stage the addition of new floating point types so that readers can be updated
+// first.
----------------
jpienaar wrote:
Versioning is not enabled until next LLVM version release (e.g., dialect version already read but not written until next LLVM release), so can't use that to guard users/result in downgrade. So doing this to just enable readers to be updated as no writers would be yet.
https://github.com/llvm/llvm-project/pull/191962
More information about the Mlir-commits
mailing list