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: unassignedb...@nondot.org
Reporter: timshe...@gmail.com
CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs