[LLVMbugs] [Bug 1002] NEW: LICM doesn't update alias sets correctly
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Nov 12 18:16:43 PST 2006
http://llvm.org/bugs/show_bug.cgi?id=1002
Summary: LICM doesn't update alias sets correctly
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Loop Optimizer
AssignedTo: unassignedbugs at nondot.org
ReportedBy: alenhar2 at uiuc.edu
LICM doesn't update the alias sets with all the new instructions it inserts.
See LICM::sink for examples. Allocas and loads are created without being placed
in the Alias set tracker. The results of the loads should alias the old values
they are replacing.
------- 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