[all-commits] [llvm/llvm-project] c0ef93: [X86] Add AND/OR/XOR signed-comparison overflow te...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Apr 7 05:32:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0ef93bec85a8847b51d91d2a6470af903e1ec9a
https://github.com/llvm/llvm-project/commit/c0ef93bec85a8847b51d91d2a6470af903e1ec9a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
A llvm/test/CodeGen/X86/and-with-overflow.ll
A llvm/test/CodeGen/X86/or-with-overflow.ll
A llvm/test/CodeGen/X86/xor-with-overflow.ll
Log Message:
-----------
[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
More information about the All-commits
mailing list