Lowering the call op with use-bare-ptr-memref-call crashes due to the unsupported unranked memref type. We can prevent the crash by checking the type of operand in the pass instead of the assertion in the type converter.
Details
Details
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This revision is now accepted and ready to land.Apr 12 2023, 2:29 AM
Closed by commit rG7a0dd35493d4: [mlir][func] Guard for unranked memref with the bare ptr memref call (authored by Lewuathe). · Explain WhyApr 12 2023, 7:01 PM
This revision was automatically updated to reflect the committed changes.