[LLVMbugs] [Bug 2869] New: Miscompilation with -loop-index-split
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Oct 7 13:34:05 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2869
Summary: Miscompilation with -loop-index-split
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: dalej at apple.com
CC: llvmbugs at cs.uiuc.edu
Attachment is bugpoint reduced from gcc.c-torture/execute/930603-2.c in gcc
testsuite.
(To execute, you will need a definition of 'w' which is int[2][2] .)
Top loops should store 1 into elements [0][0] and [1][1]. After running
through -loop-index-split, it does only the first store.
--
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