Originally in the returnOp conversion, the result type was changing to bare
pointer if the type was a memref. This is incorrect as conversion to bare
pointer can only be done if the memref has static shape, strides and offset.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo