[llvm-commits] PR400 align attribute
Christopher Lamb
christopher.lamb at gmail.com
Thu Apr 19 14:12:29 PDT 2007
This patch is a bytecode change. It takes the volatile load/store
pseudo instructions and turns them into attributed load/store
instructions. Current attributes are either volatile and/or an
alignment.
The change is assembly format backwards compatible.
The change should require no changes in the front end, but the front
end does not currently use the align attribute.
--
Christopher Lamb

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070419/d6bf2479/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PR400_align.diff
Type: application/octet-stream
Size: 44705 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070419/d6bf2479/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070419/d6bf2479/attachment-0001.html>
More information about the llvm-commits
mailing list