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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 08:28:58 PDT 2017


fhahn created this revision.

Currently most tests for the loop interchange pass are in
test/Transforms/LoopInterchange/interchange.ll. This patch splits up the
large test file in smaller pieces, which makes debugging test failures
easier.


https://reviews.llvm.org/D35488

Files:
  test/Transforms/LoopInterchange/current-limitations-lcssa.ll
  test/Transforms/LoopInterchange/interchange-flow-dep-outer.ll
  test/Transforms/LoopInterchange/interchange-not-profitable.ll
  test/Transforms/LoopInterchange/interchange-output-dependencies.ll
  test/Transforms/LoopInterchange/interchange-simple-count-down.ll
  test/Transforms/LoopInterchange/interchange-simple-count-up.ll
  test/Transforms/LoopInterchange/interchange.ll
  test/Transforms/LoopInterchange/not-interchanged-dependencies-1.ll
  test/Transforms/LoopInterchange/not-interchanged-loop-nest-3.ll
  test/Transforms/LoopInterchange/not-interchanged-tightly-nested.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35488.106881.patch
Type: text/x-patch
Size: 69091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170717/9a5cc859/attachment.bin>


More information about the llvm-commits mailing list