[X86] Add AND/OR/XOR signed-comparison overflow test cases for PR48768
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 7 Apr 2021 12:27:41 +0000 (13:27 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 7 Apr 2021 12:31:54 +0000 (13:31 +0100)
commitc0ef93bec85a8847b51d91d2a6470af903e1ec9a
treef35d5e1043a3855bde0e0f31439ff1708cb0bb1f
parent7ca4dd82175c9571e8251dfcd452b9ba0fb59280
[X86] Add AND/OR/XOR signed-comparison overflow test cases for PR48768

D94856 covered the BMI cases where we had existing tests, this adds missing AND/OR/XOR test cases
llvm/test/CodeGen/X86/and-with-overflow.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/or-with-overflow.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/xor-with-overflow.ll [new file with mode: 0644]