[llvm-bugs] [Bug 36496] New: Non-optimal result for SSE min() vectorization
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Feb 23 18:05:45 PST 2018
https://bugs.llvm.org/show_bug.cgi?id=36496
Bug ID: 36496
Summary: Non-optimal result for SSE min() vectorization
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: timshen91 at gmail.com
CC: llvm-bugs at lists.llvm.org
Created attachment 19946
--> https://bugs.llvm.org/attachment.cgi?id=19946&action=edit
Test
The test shows that changing "a < b ? a : b" to "b < a ? b : a" causes a
codegen difference, even though semantically they are the same.
--
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/20180224/9ef66a5a/attachment.html>
More information about the llvm-bugs
mailing list