http://llvm.org/bugs/show_bug.cgi?id=4422
Summary: Incorrect alignment from alloca
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
When allocating memory with alloca for vectors on i386 the returned memory is
not always on 16 byte boundary as it has to be.
E.g.
a = alloca <2 x i64>
sometimes returns memory on 8 byte boundary, which means that using MMS
instructions to load and store will cause a fault.
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs