[InstCombine] Add tests in anticipation of D128939 (NFC)
authorMartin Sebor <msebor@redhat.com>
Fri, 1 Jul 2022 17:07:41 +0000 (11:07 -0600)
committerMartin Sebor <msebor@redhat.com>
Fri, 1 Jul 2022 17:10:00 +0000 (11:10 -0600)
commitd8b22243c8e97181b81993e8e714539d6b73ff27
treedaf027eb2b319825be0bcd9a26f8bfe67c8c2b78
parent0d68ff87d2b03522ac43646a491d731586518e4c
[InstCombine] Add tests in anticipation of D128939 (NFC)

Precommit tests exercising the future folding of memchr and strchr calls
in equality expressions with the first function argument.
llvm/test/Transforms/InstCombine/memchr-11.ll [new file with mode: 0644]
llvm/test/Transforms/InstCombine/memrchr-8.ll [new file with mode: 0644]
llvm/test/Transforms/InstCombine/strchr-4.ll [new file with mode: 0644]