[x86][AVX512][FEAT] Memory broadcasting suffixes ({1to8}, {1to16}) support for x86 assembler.

Zinovy Nis zinovy.nis at gmail.com
Mon Feb 17 07:38:46 PST 2014


Please review my patch.

This patch:

   - Makes x86 assembler (llvm-mc) recognize and parse memory broadcasting
   primitives from AVX512: {1to8} and {1to16}.
   - Makes x86 assembler accept both Intel- and AT&T-styled AVX512 operands
   primitives. Affects {1to<NUM>}, {%k<NUM>} and {z}.
   - Adds simple tests for {1to8} and {1to16} parsing.
   - Slightly clean-ups X86AsmParser.cpp.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140217/aa28655c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TODO.patch
Type: application/octet-stream
Size: 8390 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140217/aa28655c/attachment.obj>


More information about the llvm-commits mailing list