[PATCH] D96644: [NFC] Refactor LoopInterchange into a loop-nest pass
Ta-Wei Tu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 15 10:10:33 PST 2021
TaWeiTu updated this revision to Diff 323787.
TaWeiTu added a comment.
Replace LoopNest::getHeader() with LoopNest::getParent()
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96644/new/
https://reviews.llvm.org/D96644
Files:
llvm/include/llvm/Analysis/LoopNestAnalysis.h
llvm/include/llvm/Transforms/Scalar/LoopInterchange.h
llvm/lib/Transforms/Scalar/LoopInterchange.cpp
llvm/test/Transforms/LoopInterchange/interchange-flow-dep-outer.ll
llvm/test/Transforms/LoopInterchange/interchanged-loop-nest-3.ll
llvm/test/Transforms/LoopInterchange/not-interchanged-loop-nest-3.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96644.323787.patch
Type: text/x-patch
Size: 7866 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210215/0f256009/attachment.bin>
More information about the llvm-commits
mailing list