search for: 5af70097

Displaying 2 results from an estimated 2 matches for "5af70097".

2007 Apr 02
0
[LLVMdev] PR400 - alignment for LD/ST
...etData to set the SDNode's alignment to the preferred alignment for the load/store's type for that particular target? -- Christopher Lamb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070402/5af70097/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.