[PATCH] D17904: [LoopUnroll] Convert some existing tests to unit-tests.

Michael Zolotukhin via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 18:56:06 PST 2016


mzolotukhin created this revision.
mzolotukhin added reviewers: chandlerc, sanjoy.
mzolotukhin added a subscriber: llvm-commits.

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

http://reviews.llvm.org/D17904

Files:
  test/Transforms/LoopUnroll/full-unroll-heuristics-cast.ll
  test/Transforms/LoopUnroll/full-unroll-heuristics-cmp.ll
  unittests/Analysis/UnrollAnalyzer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17904.49868.patch
Type: text/x-patch
Size: 16473 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160305/8ef8eda1/attachment.bin>


More information about the llvm-commits mailing list