[llvm-bugs] [Bug 32306] New: _mm256_max_epi32 broken up into cmp and blend
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Mar 16 04:49:13 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32306
Bug ID: 32306
Summary: _mm256_max_epi32 broken up into cmp and blend
Product: clang
Version: 4.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: -New Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: mail at sven-woop.de
CC: llvm-bugs at lists.llvm.org
Created attachment 18109
--> https://bugs.llvm.org/attachment.cgi?id=18109&action=edit
reproducer
Under some circumstances _mm256_max_epi32 will get broken up into some compare
and blend intrinsics which hurts performance. Minimal reproducer attached.
--
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/20170316/2c1a535e/attachment-0001.html>
More information about the llvm-bugs
mailing list