bufferize_to_allocation does not supports ops with regions, unless bufferize_destination_only is set. In that case, only the operand is replaced with an allocation and wrapped in a to_tensor op. The error checking was too strict.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo