Add missing i64 max/min/umax/umin on 32-bit target
authorMichael Liao <michael.liao@intel.com>
Tue, 25 Sep 2012 18:08:13 +0000 (18:08 +0000)
committerMichael Liao <michael.liao@intel.com>
Tue, 25 Sep 2012 18:08:13 +0000 (18:08 +0000)
commite5e8f7656a3b37c4c0c7936f78fa2586f06fbb9a
tree88dda9f4ecc5686e3460f9564a82efcf17bea349
parentfe2d5f848764dff8f9ba734a5e2438ca1535890e
Add missing i64 max/min/umax/umin on 32-bit target

- Turn on atomic6432.ll and add specific test case as well

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164616 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
test/CodeGen/X86/atomic-minmax-i6432.ll [new file with mode: 0644]
test/CodeGen/X86/atomic6432.ll