[PATCH] D114917: [LoopInterchange] Enable loop interchange with multiple inner loop indvars
Congzhe Cao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 1 16:12:18 PST 2021
congzhe created this revision.
congzhe added reviewers: Whitney, bmahjour.
congzhe added projects: LLVM, LoopOptWG.
Herald added a subscriber: hiraditya.
congzhe requested review of this revision.
Herald added a subscriber: llvm-commits.
This is a feature patch.
Currently loop interchange only supports loops with one inner loop induction variable. This patch adds support for transformation with more than one inner loop induction variables.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114917
Files:
llvm/lib/Transforms/Scalar/LoopInterchange.cpp
llvm/test/Transforms/LoopInterchange/interchangeable-innerloop-multiple-indvars.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114917.391161.patch
Type: text/x-patch
Size: 17685 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211202/95abdb86/attachment.bin>
More information about the llvm-commits
mailing list