[all-commits] [llvm/llvm-project] f557f0: [mlir] update InferTypeOpInterface after c1eab5767...
ftynse via All-commits
all-commits at lists.llvm.org
Wed Jan 3 08:50:01 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f557f05b8dea6d915dba23f310c25655a403735e
https://github.com/llvm/llvm-project/commit/f557f05b8dea6d915dba23f310c25655a403735e
Author: Alex Zinenko <zinenko at google.com>
Date: 2024-01-03 (Wed, 03 Jan 2024)
Changed paths:
M mlir/lib/Interfaces/InferTypeOpInterface.cpp
Log Message:
-----------
[mlir] update InferTypeOpInterface after c1eab57673ef3e
The change in c1eab57673ef3eb2842c0fbe454d7878854cf54c fixed the
behavior of `getDiscardableAttrDictionary` for ops that are not using
properties to only return discardable attributes. `InferTypeOpInterface`
was relying on the wrong behavior when constructing an adaptor and would
assume that all attributes were discardable, which is not the case.
More information about the All-commits
mailing list