https://llvm.org/bugs/show_bug.cgi?id=23631
Bug ID: 23631
Summary: icmp eq <16 x i1> works incorrectly on AVX512
Product: tools
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: llc
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 14369
--> https://llvm.org/bugs/attachment.cgi?id=14369&action=edit
Reproducer.
llc emits incorrect instructions for icmp eq <16 x i1> when I compile with llc
-mcpu=knl repr.ll . With -mcpu=core-avx2 everything works fine.
Compile: llc -mcpu=knl repr.ll
clang++ -march=knl main.cpp repr.s
Run: sde -knl -- ./a.out
llc -version
LLVM (http://llvm.org/):
LLVM version 3.7.0svn
Optimized build with assertions.
Built May 21 2015 (15:01:04).
Default target: x86_64-unknown-linux-gnu
Host CPU: sandybridge
clang version 3.7.0 (trunk 237892)
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs