; This test makes sure that these instructions are properly eliminated.;; RUN: opt %s -instcombine -S | not grep {xor }; PR1253definei1@test0(i32%A){%B=xori32%A,-2147483648%C=icmpsgti32%B,-1reti1%C}definei1@test1(i32%A){%B=xori32%A,12345%C=icmpslti32%B,0reti1%C}