[LLVMbugs] [Bug 3370] New: Eliminate the vicmp and vfcmp instructions
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jan 21 22:06:21 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3370
Summary: Eliminate the vicmp and vfcmp instructions
Product: libraries
Version: 1.0
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: clattner at apple.com
CC: llvmbugs at cs.uiuc.edu
There is general consensus that vicmp/vfcmp should be eliminated and code
should use icmp/fcmp instead. We need to get rid of v[if]cmp and move all
vector codegen to work with [if]cmp.
--
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.
More information about the llvm-bugs
mailing list