[Mlir-commits] [mlir] [mlir]: Added properties/attributes ignore flags to OperationEquivalence (PR #141664)
Aviad Cohen
llvmlistbot at llvm.org
Fri May 30 06:58:12 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,
----------------
AviadCo wrote:
ack
https://github.com/llvm/llvm-project/pull/141664
More information about the Mlir-commits
mailing list