[PATCH] D35489: [LoopInterchange] Do not interchange loops with calls to functions.

Chad Rosier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 07:34:35 PDT 2017


mcrosier added inline comments.


================
Comment at: test/Transforms/LoopInterchange/call-instructions.ll:60
+; CHECK-LABEL: @interchange_01
+; CHECK-NOT: split
+
----------------
It might be worth while to future proof this by adding CHECK directives that actually make sure the CFG structure doesn't change.


https://reviews.llvm.org/D35489





More information about the llvm-commits mailing list