OSDN Git Service

[LoopUnroll] Convert some existing tests to unit-tests.
authorMichael Zolotukhin <mzolotukhin@apple.com>
Sat, 12 Mar 2016 01:28:56 +0000 (01:28 +0000)
committerMichael Zolotukhin <mzolotukhin@apple.com>
Sat, 12 Mar 2016 01:28:56 +0000 (01:28 +0000)
commit150be6b78b248b74f83198a535e9ee8b7daa11ec
tree6468556c812157c33d87c31348b388066d3704bc
parent192d305276c60f4a14f52ac06cf47a6287590578
[LoopUnroll] Convert some existing tests to unit-tests.

Summary: As we now have unit-tests for UnrollAnalyzer, we can convert some existing tests to this format. It should make the tests more robust.

Reviewers: chandlerc, sanjoy

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D17904

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263318 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/LoopUnroll/full-unroll-heuristics-cast.ll [deleted file]
test/Transforms/LoopUnroll/full-unroll-heuristics-cmp.ll
unittests/Analysis/UnrollAnalyzer.cpp