1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/Transforms/LoopUnrollAndJam
David Green c14ff1a75f [UnJ] Improve explicit loop count checks
Try to improve the computed counts when it has been explicitly set by a pragma
or command line option. This moves the code around, so that first call to
computeUnrollCount to get a sensible count and override that if explicit unroll
and jam counts are specified.

Also added some extra debug messages for when unroll and jamming is disabled.

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

llvm-svn: 339501
2018-08-11 07:37:31 +00:00
..
dependencies.ll [UnrollAndJam] New Unroll and Jam pass 2018-07-01 12:47:30 +00:00
disable.ll [UnrollAndJam] New Unroll and Jam pass 2018-07-01 12:47:30 +00:00
pragma-explicit.ll [UnJ] Improve explicit loop count checks 2018-08-11 07:37:31 +00:00
pragma.ll [UnrollAndJam] New Unroll and Jam pass 2018-07-01 12:47:30 +00:00
unprofitable.ll [UnrollAndJam] New Unroll and Jam pass 2018-07-01 12:47:30 +00:00
unroll-and-jam.ll [UnrollAndJam] New Unroll and Jam pass 2018-07-01 12:47:30 +00:00