[LLVMbugs] [Bug 16466] New: huge alignment in load instruction
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jun 26 02:10:05 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16466
Bug ID: 16466
Summary: huge alignment in load instruction
Product: dragonegg
Version: 3.2
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: New Bugs
Assignee: baldrick at free.fr
Reporter: 15026edff505 at b04e8d0e182e.anonbox.net
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 10778
--> http://llvm.org/bugs/attachment.cgi?id=10778&action=edit
test case
Dragonegg creates an align of 32 for simple i32 value:
%0 = load i32* %p_addr, align 32
Clang sets align to 4.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130626/3999b84b/attachment.html>
More information about the llvm-bugs
mailing list