[PATCH] D114917: [LoopInterchange] Enable loop interchange with multiple inner loop indvars

Congzhe Cao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 15:53:46 PST 2022


congzhe updated this revision to Diff 399820.
congzhe added a comment.

Removed a function `getInductionVariable()` that becomes unused, in order to avoid build bot sanitizer failures.

`getInductionVariable()` becomes unused since we now use `getInnerLoopInductions()` to return the vector of inner indvars, instead of returning a single inner indvar from `getInductionVariable()`.

Does it look fine to you? @bmahjour


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114917/new/

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.399820.patch
Type: text/x-patch
Size: 27677 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220113/f0c033cb/attachment-0001.bin>


More information about the llvm-commits mailing list