[Mlir-commits] [mlir] [mlir]: Added properties/attributes ignore flags to OperationEquivalence (PR #141664)

Aviad Cohen llvmlistbot at llvm.org
Thu May 29 01:44:25 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 dictionary attributes attached to the operation are
+    // ignored.
+    IgnoreDictionaryAttrs = 2,
----------------
AviadCo wrote:

Ack, this flag is for discardable attribtues - renamed.

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


More information about the Mlir-commits mailing list