[PATCH] D35489: [LoopInterchange] Do not interchange loops with function calls.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 31 01:44:16 PDT 2017
fhahn updated this revision to Diff 108879.
fhahn retitled this revision from "[LoopInterchange] Do not interchange loops with calls to functions." to "[LoopInterchange] Do not interchange loops with function calls.".
fhahn added a comment.
Added more checks to test case, thanks @mcrosier for having a look! :)
https://reviews.llvm.org/D35489
Files:
lib/Transforms/Scalar/LoopInterchange.cpp
test/Transforms/LoopInterchange/call-instructions.ll
test/Transforms/LoopInterchange/interchange-flow-dep-outer.ll
test/Transforms/LoopInterchange/not-interchanged-tightly-nested.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35489.108879.patch
Type: text/x-patch
Size: 6862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170731/7bbedd26/attachment.bin>
More information about the llvm-commits
mailing list