[PATCH] D84886: Create LoopNestPass
Whitney Tsang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 12 07:06:44 PDT 2020
Whitney added a comment.
Examples of existing transformations that can be benefited from LoopNestPass: LoopInterchange, LoopUnrollAndJam, LoopFusion, LoopIdiom, LoopDistribution, ...
And their corresponding cost model analyses can be benefited from LoopNestAnalysis, e.g. LoopCacheCost.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84886/new/
https://reviews.llvm.org/D84886
More information about the cfe-commits
mailing list