Displaying 2 results from an estimated 2 matches for "6f902e68".
2007 Apr 01
0
[LLVMdev] PR400 - alignment for LD/ST
...iven type. If the
alignment value is nonzero then the alignment value should be used
over the natural or preferred alignment.
--
Christopher Lamb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070401/6f902e68/attachment.html>
2007 Mar 31
2
[LLVMdev] PR400 - alignment for LD/ST
Hi Christopher,
On Sat, 2007-03-31 at 15:43 -0500, Christopher Lamb wrote:
>
>
> For the assembly format I assume that it would be a simple optional
> comma delimited alignment parameter at the end of the instruction,
> such as:
>
>
> %tmp5 = load i32* %tmp4, align 4
> store i32 %val, i32* %tmp3, align 4
Yes, correct.
>
>
> Has the format for the