This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
74b8fca9e4c609b4e9890b2daf6e2ff052d9dbd9
clang-p2996
/
llvm
/
test
/
Transforms
/
LoopIdiom
/
X86
History
Florian Hahn
05bb969014
[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
…