[LLVMbugs] [Bug 2968] New: ppcf128->i32 conversion could go in PPC specific code
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Oct 28 14:17:12 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2968
Summary: ppcf128->i32 conversion could go in PPC specific code
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Backend: PowerPC
AssignedTo: unassignedbugs at nondot.org
ReportedBy: dalej at apple.com
CC: llvmbugs at cs.uiuc.edu
Currently this conversion is handled in LegalizeDAG and is now duplicated in
LegalizeTypes. It would be more aesthetically pleasing to put in the PPC
specific area, by custom lowering somehow.
--
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