OSDN Git Service

[LoopInterchange] Split up interchange.ll test case (NFC).
authorFlorian Hahn <florian.hahn@arm.com>
Tue, 18 Jul 2017 09:47:06 +0000 (09:47 +0000)
committerFlorian Hahn <florian.hahn@arm.com>
Tue, 18 Jul 2017 09:47:06 +0000 (09:47 +0000)
commit40df721e440ad2056210f6c17cdce8a8d3df5301
tree7b0ede9d448f8fceddcc9a7c4753c96efe07544d
parent53e2fa4b77561787d99d4897e98924d0ec0bb4c8
[LoopInterchange] Split up interchange.ll test case (NFC).

Summary:
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.

Reviewers: karthikthecool, blitz.opensource, hfinkel

Reviewed By: hfinkel

Subscribers: hfinkel, mcrosier, mkuper, mzolotukhin, mssimpso, llvm-commits

Differential Revision: https://reviews.llvm.org/D35488

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308284 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/LoopInterchange/current-limitations-lcssa.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/interchange-flow-dep-outer.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/interchange-not-profitable.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/interchange-output-dependencies.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/interchange-simple-count-down.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/interchange-simple-count-up.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/interchange.ll [deleted file]
test/Transforms/LoopInterchange/not-interchanged-dependencies-1.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/not-interchanged-loop-nest-3.ll [new file with mode: 0644]
test/Transforms/LoopInterchange/not-interchanged-tightly-nested.ll [new file with mode: 0644]