[InstCombine] Add tests for transforming `(icmp (xor X, Y), X)`; NFC
authorNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 23 Feb 2023 00:37:46 +0000 (18:37 -0600)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 18 Apr 2023 03:39:06 +0000 (22:39 -0500)
commit7c5cc22b55673e451b5643c3b921d1fea0a41d30
treef9613c95085dae74adfabe677b445fc957e4b327
parent57590d1dd47bbe9aa4b79a0f93cc3ec62cc5d060
[InstCombine] Add tests for transforming `(icmp (xor X, Y), X)`; NFC

Differential Revision: https://reviews.llvm.org/D144607
llvm/test/Transforms/InstCombine/icmp-of-xor-x.ll [new file with mode: 0644]