[llvm-bugs] [Bug 25517] New: [AVX-512] llc generates incorrect code

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Nov 13 04:05:19 PST 2015


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

            Bug ID: 25517
           Summary: [AVX-512] llc generates incorrect code
           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 15284
  --> https://llvm.org/bugs/attachment.cgi?id=15284&action=edit
Reproducer.

llc produces incorrect assembler
Compile with clang++ func.cpp -std=c++11 -march=knl -O3 -c

fatal error: error in backend: Cannot select: 0x45a7fd0: i64 = any_extend
0x45a8230
  0x45a8230: i1,ch = CopyFromReg 0x4518b90, Register:i1 %vreg6
    0x45a5820: i1 = Register %vreg6
In function: _Z3foov
clang-3.8: error: clang frontend command failed with exit code 70 (use -v to
see invocation)
clang version 3.8.0 (trunk 251403)
Target: x86_64-unknown-linux-gnu
Thread model: posix

-- 
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/20151113/3534f68c/attachment.html>


More information about the llvm-bugs mailing list