[llvm-commits] [llvm] r98980 - in /llvm/trunk: include/llvm/IntrinsicsX86.td lib/Target/X86/X86InstrSSE.td test/CodeGen/X86/sse42.ll test/MC/AsmParser/X86/x86_32-bit_cat.s test/MC/AsmParser/X86/x86_32-encoding.s test/MC/AsmParser/X86/x86_64-encoding.s test/MC/MachO/Darwin/x86_32_diff_as.s

Eric Christopher echristo at apple.com
Fri Mar 19 13:39:41 PDT 2010


On Mar 19, 2010, at 1:04 PM, Kevin Enderby wrote:

> Fixed the encoding problems of the crc32 instructions. All had the Operand size
> override prefix and only the r/m16 forms should have had that.  Also for variant
> one, the AT&T syntax, added suffixes to all forms.  Also added the missing
> 64-bit form for 'CRC32 r64, r/m8'.  Plus added test cases for all forms and
> tweaked one test case to add the needed suffixes.

Thanks Kevin!

-eric



More information about the llvm-commits mailing list