Extend the signature of the tile loop nest region builder to take all operand values to use and not just the scf::For iterArgs. This change allows us to pass in all block arguments of TiledLoop and use them directly instead of replacing them after the loop generation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo