Based on discussion in https://reviews.llvm.org/D134411, instead of
first modifying the inner most loop first followed by modifying the
outer loops from inside out, this patch restructures the logic to
start the modification from the outer most loop.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Much better, thanks @mravishankar !
Please add a comment on (and maybe even an assert to limit the amount of) bounded recursion: https://discourse.llvm.org/t/rfc-update-to-mlir-developer-policy-on-recursion/62235