Add missing i8 max/min/umax/umin support
authorMichael Liao <michael.liao@intel.com>
Fri, 21 Sep 2012 03:18:52 +0000 (03:18 +0000)
committerMichael Liao <michael.liao@intel.com>
Fri, 21 Sep 2012 03:18:52 +0000 (03:18 +0000)
commitfe87c302aa600fdac6d80349cde21e06337f8bfe
treedfc8fa592e7d9929d76d05f13ca492ff68088169
parent0838249a6a327ad0e1a909d1d4e2077b23b4a272
Add missing i8 max/min/umax/umin support

- Fix PR5145 and turn on test 8-bit atomic ops

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164358 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/atomic8.ll
test/CodeGen/X86/pr5145.ll [new file with mode: 0644]