The bufferizesToMemoryRead condition was too optimistics in the case
of operands that map to a block argument.
This is the case for ForOp and TiledLoopOp.
For such ops, forward the call to all uses of the matching BBArg.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo