diff options
author | Michael Liao <michael.liao@intel.com> | 2012-09-21 03:18:52 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2012-09-21 03:18:52 +0000 |
commit | a880186030e4626a6730917bd818ed1e50f8811f (patch) | |
tree | 1823437e807e91a9a315688fea0463b9584f48c1 /llvm/test/CodeGen/X86/atomic8.ll | |
parent | c33bebff522a32304306be2ead12a01e4f06a932 (diff) | |
download | bcm5719-llvm-a880186030e4626a6730917bd818ed1e50f8811f.tar.gz bcm5719-llvm-a880186030e4626a6730917bd818ed1e50f8811f.zip |
Add missing i8 max/min/umax/umin support
- Fix PR5145 and turn on test 8-bit atomic ops
llvm-svn: 164358
Diffstat (limited to 'llvm/test/CodeGen/X86/atomic8.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/atomic8.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/atomic8.ll b/llvm/test/CodeGen/X86/atomic8.ll index 035a28dbffa..412428406dc 100644 --- a/llvm/test/CodeGen/X86/atomic8.ll +++ b/llvm/test/CodeGen/X86/atomic8.ll @@ -1,6 +1,5 @@ ; RUN: llc < %s -O0 -march=x86-64 -mcpu=corei7 | FileCheck %s --check-prefix X64 ; RUN: llc < %s -O0 -march=x86 -mcpu=corei7 | FileCheck %s --check-prefix X32 -; XFAIL: * @sc8 = external global i8 |