[LLVMdev] problem with X86's AVX assembler?
Jun Koi
junkoi2004 at gmail.com
Wed Jun 25 08:14:34 PDT 2014
Hi,
I am trying to assemble below instruction with latest LLVM code, but fail.
Am I doing something wrong, or is this a bug?
$ echo "vaddps zmm7 {k6}, zmm2, zmm4,
{rd-sae}"|./Release+Asserts/bin/llvm-mc -assemble -triple=x86_64 -mcpu=knl
-show-encoding -x86-asm-syntax=intel
.text
<stdin>:1:31: error: unknown token in expression
vaddps zmm7 {k6}, zmm2, zmm4, {rd-sae}
^
<stdin>:1:31: error: unknown token in expression
vaddps zmm7 {k6}, zmm2, zmm4, {rd-sae}
Thanks,
Jun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140625/193d0bde/attachment.html>
More information about the llvm-dev
mailing list