[LLVMbugs] [Bug 4414] New: SelectionDAG:: getMemset generate incorrect libcall for platforms with int!=32b
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Fri Jun 19 06:25:35 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4414
Summary: SelectionDAG::getMemset generate incorrect libcall for
platforms with int!=32b
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: quickslyver at free.fr
CC: llvmbugs at cs.uiuc.edu
function SelectionDAG::getMemset (SelectionDAG.cpp)
generate a lib call to
void *memset(void *s, int c, size_t n);
assuming that 'int c' is an int32, that's not true for all target !
--
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