Elementwise arith.select are currently not supported. Emit an error message instead of crashing. This fixes #61707.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D158617
[mlir][arith][bufferize] Fix crash when bufferizing elementwise arith.select ClosedPublic Authored by springerm on Aug 23 2023, 7:22 AM.
Details Summary Elementwise arith.select are currently not supported. Emit an error message instead of crashing. This fixes #61707.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 23 2023, 7:32 AM Closed by commit rG2257ebd33ad1: [mlir][arith][bufferize] Fix crash when bufferizing elementwise arith.select (authored by springerm). · Explain WhyAug 23 2023, 8:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 552737 mlir/lib/Dialect/Arith/Transforms/BufferizableOpInterfaceImpl.cpp
mlir/test/Dialect/Arith/bufferize.mlir
|