Files
clang-p2996/mlir/lib/Bytecode/Writer/BytecodeWriter.cpp
Alex Zinenko 985bb3a20a [mlir] fix bytecode writer after c1eab57673
The change in c1eab57 fixed the
behavior of `getDiscardableAttrDictionary` for ops that are not using
properties to only return discardable attributes. Bytecode writer was
relying on the wrong behavior and would assume all attributes are
discardable, without appropriate testing. Fix that and add a test.
2024-01-04 09:49:34 +00:00

48 KiB