They appeared at the wrong place in the switch, treating
them as unary op rather than binary op.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D131509
[mlir][sparse] fix switch statement bug on two binary ops ClosedPublic Authored by aartbik on Aug 9 2022, 10:10 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 9 2022, 11:12 AM This revision was landed with ongoing or failed builds.Aug 9 2022, 11:58 AM Closed by commit rG60076a9eaf5e: [mlir][sparse] fix switch statement bug on two binary ops (authored by aartbik). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 451194 mlir/unittests/Dialect/SparseTensor/MergerTest.cpp
|