search for: b59e8c4e

Displaying 2 results from an estimated 2 matches for "b59e8c4e".

2007 Apr 02
0
[LLVMdev] PR400 - alignment for LD/ST
...attribute on loads/stores doesn't. This would lead me to propose having an alignment attribute for getelementptr. Thoughts? -- Christopher Lamb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070402/b59e8c4e/attachment.html>
2007 Apr 01
4
[LLVMdev] PR400 - alignment for LD/ST
On Sun, 1 Apr 2007, Christopher Lamb wrote: > Also I wanted to clear something up about the meaning of the alignment > attribute. My thinking is that this indicates over/under alignment with > respect to natural alignment for the type. This is to say in the Load/Store > instruction classes the default alignment value will be zero, meaning natural > alignment for the given type.