[llvm-bugs] [Bug 25318] New: [AVX-512] llc generates incorrect code for @llvm.x86.avx.hadd.ps.256

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Oct 25 23:17:33 PDT 2015


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

            Bug ID: 25318
           Summary: [AVX-512] llc generates incorrect code for
                    @llvm.x86.avx.hadd.ps.256
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: llc
          Assignee: unassignedbugs at nondot.org
          Reporter: Vsevolod.Livinskij at frtk.ru
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15163
  --> https://llvm.org/bugs/attachment.cgi?id=15163&action=edit
Reproducer.

llc generates incorrect code for @llvm.x86.avx.hadd.ps.256 with -mcpu=knl
option. With -mcpu=core-avx2 everything works fine.

Compile:
    llc -mcpu=knl test.ll -o test.s
    clang++ -march=knl test.s main.cpp
Run: 
    sde -knl -- a.out

clang version is trunk 250620

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151026/36d07e80/attachment.html>


More information about the llvm-bugs mailing list