search for: 6b23f877

Displaying 2 results from an estimated 2 matches for "6b23f877".

2012 Nov 26
0
[LLVMdev] Extended Inline asm with double data type crashes clang
...hat exposes register allocation details is pretty annoying. Jakob: Thoughts on how you'd want to model this as it goes through the allocator? -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121126/6b23f877/attachment.html>
2012 Nov 22
3
[LLVMdev] Extended Inline asm with double data type crashes clang
On Thu, Nov 22, 2012 at 1:19 PM, Tim Northover <t.p.northover at gmail.com> wrote: >> "r" is supposed to be a single register, not a register pair; the fact >> that gcc accepts this is probably an accident. clang should reject >> this code (without crashing, of course). > > I'm not quite convinced by this. On AArch64, GCC supports the %H, %Q > and %R