[all-commits] [llvm/llvm-project] 1a233a: [mlir][quant] Print actual quant storage type when...
German Gambon via All-commits
all-commits at lists.llvm.org
Tue Apr 14 10:15:36 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a233a8acf836744b1d547c74c27422a57100853
https://github.com/llvm/llvm-project/commit/1a233a8acf836744b1d547c74c27422a57100853
Author: German Gambon <ggambon at tesla.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M mlir/include/mlir/IR/BuiltinTypes.td
M mlir/test/Dialect/Quant/Bytecode/types.mlir
M mlir/test/Dialect/Quant/parse-uniform.mlir
Log Message:
-----------
[mlir][quant] Print actual quant storage type when signed (#187300)
Without the fix, bytecode serialization roundtrip breaks for types that
don't have custom bytecode serializers and contain quant types, since
the fallback mechanism prints the type and the quant printer coerces
signed to signless types. E.g. `!custom<!quant.uniform<ui8:f32, 0.1>>`
will print as `u8` when serializing and later be created as a signless
`i8` when deserializing.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list