Tests for (and/or (icmp eq/ne A, C), (icmp eq/ne A, -C)) <--> (icmp eq/ne (ABS A...
authorNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 14 Feb 2023 01:40:02 +0000 (19:40 -0600)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Wed, 15 Feb 2023 00:59:04 +0000 (18:59 -0600)
commitabf6692f951339872fa78ac7a607c4a11a12b2e2
treebd97d01631e609658c2652e2342482bd43306ec6
parent8b5c3902475b3c23ea87e58bc87541f543782e54
Tests for (and/or (icmp eq/ne A, C), (icmp eq/ne A, -C)) <--> (icmp eq/ne (ABS A), ABS(C)); NFC

Reviewed By: pengfei

Differential Revision: https://reviews.llvm.org/D142600
llvm/test/CodeGen/X86/icmp-abs-C-vec.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/icmp-abs-C.ll [new file with mode: 0644]