[Mlir-commits] [mlir] [MLIR][LLVM] Fix #llvm.constant_range crashing in storage uniquer (PR #135772)
Tobias Gysi
llvmlistbot at llvm.org
Tue Apr 15 06:13:24 PDT 2025
gysit wrote:
> A alternative solution is to add custom StorageClass for this
Do you know if it is possibly to provide a storage class for all APInts to overwrite the strange equality operator? That way the problem could be solved for all attributes that use APInt.
I also wonder why APInt has such a strange implementation of the equality operator?
https://github.com/llvm/llvm-project/pull/135772
More information about the Mlir-commits
mailing list