Fixes 60210 https://github.com/llvm/llvm-project/issues/60210
Crash for return Attribute instead of nullopt.
Paths
| Differential D142945
[mlir] return nullopt for getNeutralElement ClosedPublic Authored by python3kgae on Jan 30 2023, 5:41 PM.
Details Summary Fixes 60210 https://github.com/llvm/llvm-project/issues/60210 Crash for return Attribute instead of nullopt.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 30 2023, 5:54 PM Closed by commit rGe1af75572d3a: [mlir] return nullopt for getNeutralElement (authored by python3kgae). · Explain WhyJan 31 2023, 10:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 493463 mlir/lib/Dialect/Linalg/Utils/Utils.cpp
mlir/test/Dialect/Linalg/transform-tile-reduction.mlir
|