[LLVMbugs] [Bug 13960] New: .ll format drops type information on alloca alignment
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Sep 27 18:16:46 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13960
Bug #: 13960
Summary: .ll format drops type information on alloca alignment
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: nicholas at mxc.ca
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
I watched instcombine do something fascinating:
IC: Mod = %i = alloca [5 x i8], align 4
IC: New = %i = alloca [5 x i8], align 4
Uh oh. Turns out the old '4' was 'i32 4' and the new one is 'i64 4'.
--
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