Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist.
authorChad Rosier <mcrosier@apple.com>
Thu, 26 May 2011 23:13:19 +0000 (23:13 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 26 May 2011 23:13:19 +0000 (23:13 +0000)
commit62660310d9e5f9ecf329fd3cacb67c344a12ddbc
treef855da88d8e7d023205268a089306dafde169b50
parent0958870a085e74c3216186700ca24f3272340ad2
Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist.
crc32.[8|16|32] have been renamed to .crc32.32.[8|16|32] and
crc64.[8|16|32] have been renamed to .crc32.64.[8|64].

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132163 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IntrinsicsX86.td
lib/Analysis/ValueTracking.cpp
lib/Target/X86/X86InstrSSE.td
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
lib/VMCore/AutoUpgrade.cpp
test/CodeGen/X86/sse42.ll
test/CodeGen/X86/sse42_64.ll [new file with mode: 0644]
test/Transforms/InstCombine/x86-crc32-demanded.ll