[llvm-commits] Patch for Bug 13556: ARM AsmPrinter doesn't support %H modifier in inline ASM
Weiming Zhao
weimingz at codeaurora.org
Wed Aug 8 16:07:17 PDT 2012
Hi,
I'm attaching a patch to fix bug 13556:
http://llvm.org/bugs/show_bug.cgi?id=13556
In ARM inline AMM, %H represents the highest-numbered register of a pair.
Routines like atomic read of 64-bit values needs this modifier.
Currently, ARMAsmPrinter doesn't support this modifier.
The patch fixes this issue.
Please feel free to review it.
Thanks,
Weiming
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120808/88aa8a79/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Support-H-modifier-for-ARM-inline-ASM.patch
Type: application/octet-stream
Size: 2131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120808/88aa8a79/attachment.obj>
More information about the llvm-commits
mailing list