https://llvm.org/bugs/show_bug.cgi?id=23937

Hal Finkel <hfin...@anl.gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |hfin...@anl.gov
         Resolution|---                         |FIXED

--- Comment #1 from Hal Finkel <hfin...@anl.gov> ---
This works on trunk:

$ echo '0x62 0xf2 0xf5 0x08 0xa9 0xc2' | llvm-mc -triple x86_64-unknown-unknown
-mcpu=knl -disassemble
    .text
    vfmadd213sd    %xmm2, %xmm1, %xmm0
$ echo '0x62 0xf2 0xf5 0x08 0xb9 0xc2' | llvm-mc -triple x86_64-unknown-unknown
-mcpu=knl -disassemble
    .text
    vfmadd231sd    %xmm2, %xmm1, %xmm0
$ echo '0x62 0xf2 0xf5 0x08 0x99 0xc2' | llvm-mc -triple x86_64-unknown-unknown
-mcpu=knl -disassemble
    .text
    vfmadd132sd    %xmm2, %xmm1, %xmm0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to