crc32 with 64-bit output zeros upper 32-bits. rdar://9467055
authorEvan Cheng <evan.cheng@apple.com>
Thu, 19 May 2011 18:57:12 +0000 (18:57 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 19 May 2011 18:57:12 +0000 (18:57 +0000)
commit0efaa5e6a184cd6658aebc9873462ee60262a6bd
tree3f3be9d9ea1c39b1ebd595fa222ebabe0e3105e0
parent3dfc4b12229acafee5c69c5ee1673b08027f0438
crc32 with 64-bit output zeros upper 32-bits. rdar://9467055

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