[Mlir-commits] [mlir] [mlir]: Added properties/attributes ignore flags to OperationEquivalence (PR #141664)
Krzysztof Drewniak
llvmlistbot at llvm.org
Thu May 29 11:56:52 PDT 2025
================
@@ -1322,7 +1322,14 @@ struct OperationEquivalence {
// When provided, the location attached to the operation are ignored.
IgnoreLocations = 1,
- LLVM_MARK_AS_BITMASK_ENUM(/* LargestValue = */ IgnoreLocations)
+ // When provided, the discardable attributes attached to the operation are
+ // ignored.
+ IgnoreDiscardableDictionaryAttrs = 2,
----------------
krzysz00 wrote:
I'd just call this `ignoreDiscardableAttrs`
https://github.com/llvm/llvm-project/pull/141664
More information about the Mlir-commits
mailing list