[llvm-commits] Fixing Bug 13662: paired register for inline asm with 64-bit data on ARM

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Dec 4 14:42:35 PST 2012


On Dec 4, 2012, at 2:36 PM, "Weiming Zhao" <weimingz at codeaurora.org> wrote:

Hi Jakob,

Thanks for your reviewing.
Are you suggesting to first fix the DAG framework to let it support untyped nodes, and then in ARM inline asm, we use copyToReg/CopyFromReg instead of creating virtual regs?

No, I mean the DAG for an inline asm that reads or writes a GPRPair should look like the one you already made for ldrexd/strexd.

/jakob

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121204/892b6856/attachment.html>


More information about the llvm-commits mailing list