1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/Transforms/LoopIdiom/X86
Florian Hahn 1cebcabcfe [LoopIdiom] Add test case that involves adds with flags and zero exts.
Test coverage to ensure D104319 does not introduce a regression here.
2021-06-21 12:10:58 +01:00
..
arithmetic-right-shift-until-zero.ll [LoopIdiom] 'arithmetic right-shift until zero': don't turn potentially infinite loops into finite ones 2021-05-25 21:02:28 +03:00
ctlz.ll
cttz.ll
left-shift-until-bittest.ll [LoopIdiom] left-shift-until-bittest: set all allowed no-wrap flags on add/sub 2021-04-11 18:08:07 +03:00
left-shift-until-zero.ll [LoopIdiom] Support 'left-shift until zero' idiom 2021-05-25 15:26:35 +03:00
lit.local.cfg
logical-right-shift-until-zero-cost.ll [NFC][LoopIdiom] Add some tests for 'lshr until zero' ('count active bits') "on steroids" idiom 2021-05-09 01:07:07 +03:00
logical-right-shift-until-zero-debuginfo.ll [LoopIdiom] 'logical right-shift until zero' ('count active bits') "on steroids" idiom recognition. 2021-05-17 20:33:33 +03:00
logical-right-shift-until-zero.ll [NFC][LoopIdiom] Add tests for 'left-shift until zero' idiom 2021-05-25 15:26:34 +03:00
memset-size-compute.ll [LoopIdiom] Add test case that involves adds with flags and zero exts. 2021-06-21 12:10:58 +01:00
popcnt.ll
unordered-atomic-memcpy.ll