[Mlir-commits] [mlir] [mlirbc] Add missing encoding for float types (PR #191962)

Mehdi Amini llvmlistbot at llvm.org
Thu Apr 16 05:28:52 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.
----------------
joker-eph wrote:

This looks like something to be handled by versioning.


https://github.com/llvm/llvm-project/pull/191962


More information about the Mlir-commits mailing list