This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

springerm created this revision.Aug 23 2023, 7:22 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Aug 23 2023, 7:22 AM
maerhart accepted this revision.Aug 23 2023, 7:32 AM
This revision is now accepted and ready to land.Aug 23 2023, 7:32 AM