[Mlir-commits] [mlir] [MLIR][LLVM] Fix #llvm.constant_range crashing in storage uniquer (PR #135772)

Robert Konicar llvmlistbot at llvm.org
Tue Apr 15 06:36:52 PDT 2025


Jezurko wrote:

Another way I see would be defining `APIntParameter` with correct comparator in `mlir/include/mlir/IR/AttrTypeBase.td`. For example `APFloat` is already handled there. But that doesn't fix the StorageClass for users of the raw `APInt`.

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


More information about the Mlir-commits mailing list