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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to