[Mlir-commits] [mlir] Extending UniformQuantizedType with interface-based support for new storage types in Quant dialect (PR #152966)
Md Asghar Ahmad Shahid
llvmlistbot at llvm.org
Tue Aug 26 09:12:06 PDT 2025
shahidact wrote:
> Wouldn't exposing scale/zp as operands increase reasoning opportunities (e.g: CSE, LICM) because they operate on values?
Yes, off course, however we don't want to expose at higher level as we want to keep the semantic and pattern for any potential transformation at this level.
https://github.com/llvm/llvm-project/pull/152966
More information about the Mlir-commits
mailing list