[PATCH] D35488: [LoopInterchange] Split up interchange.ll test case (NFC).

Chad Rosier via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 08:58:14 PDT 2017


mcrosier added a comment.

One concern with breaking up the tests into separate files is that you're now invoking opt several more times.  Generally, this isn't preferred, but if others agree with this direction I won't object.


https://reviews.llvm.org/D35488





More information about the llvm-commits mailing list