]> granicus.if.org Git - llvm/commit
[NFC][LoopIdiomRecognize] Some basic baseline tests for bcmp loop idiom
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 25 Apr 2019 08:33:47 +0000 (08:33 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 25 Apr 2019 08:33:47 +0000 (08:33 +0000)
commit4dc16655bd00341624129ea18f8e80225a88e47c
treec4add552b4fe6710cb8ee054471e9a3b1bae887f
parent36cbe77a6eee47bfaebd17a713decac4433d6ae8
[NFC][LoopIdiomRecognize] Some basic baseline tests for bcmp loop idiom

Doubt this is the final test coverage, but this appears to have good
coverage already, so i figure i might as well precommit it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359173 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/LoopIdiom/bcmp-basic.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/bcmp-debugify-remarks.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/bcmp-negative-tests.ll [new file with mode: 0644]
test/Transforms/LoopIdiom/bcmp-widening.ll [new file with mode: 0644]