http://llvm.org/bugs/show_bug.cgi?id=6016
Summary: llvm.x86.ssse3.pabs intrinsics should be removed
Product: libraries
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Keywords: code-cleanup, code-quality
Severity: normal
Priority: P2
Component: Backend: X86
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
the llvm.x86.ssse3.pabs* intrinsics can all be expressed as an AND with a
constant vector. We should eliminate these intrinsics and just pattern match
the appropriate and. This allows us to generate pabsw and friends for the
corresponding pattern.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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