[LLVMbugs] [Bug 706] NEW: [loops] Simple for-loop does not get
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Feb 7 15:15:47 PST 2006
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=706
Summary: [loops] Simple for-loop does not get
Product: libraries
Version: 1.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Loop Optimizer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
We generate ugly PowerPC code for this loop:
void test(int start, int* P) {
int i;
for (i = start+1; i <= 5; ++i)
P[i] = 0;
}
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list