]> granicus.if.org Git - llvm/commit
[InstCombine] add tests for memcmp with constant; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 21 Aug 2017 16:47:12 +0000 (16:47 +0000)
committerSanjay Patel <spatel@rotateright.com>
Mon, 21 Aug 2017 16:47:12 +0000 (16:47 +0000)
commit2e732d6a1b3b05e08be8f46878deaaa27444b47e
tree610826b7e9fe93171b49b2685000c846e7107031
parentb4d267277b94c99bb5d00e8d4da0ec13c02964f0
[InstCombine] add tests for memcmp with constant; NFC

This is the baseline (current) version of the tests that would
have been added with the transform in r311333 (reverted at
r311340 due to inf-looping).

Adding these now to aid in testing and minimize the patch if/when
it is reinstated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311350 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/memcmp-constant-fold.ll [new file with mode: 0644]