[PATCH] D84886: Create LoopNestPass
Whitney Tsang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 06:59:20 PDT 2020
Whitney added a comment.
> I was trying to convert the LoopInterchange pass into a loop-nest pass. However, there seems to be no corresponding loop pass for the NPM.
> Any particular reason for this?
That's true, LoopInterchange pass is not already ported to the NPM, likely because no one needed it in the NPM. Maybe you want to convert another pass to loop-nest pass as the first loop-nest pass, or you will have to port it to NPM first.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84886/new/
https://reviews.llvm.org/D84886
More information about the llvm-commits
mailing list