search for: 52be38e7

Displaying 2 results from an estimated 2 matches for "52be38e7".

2012 Aug 06
0
[LLVMdev] [cfe-dev] [RFC] MS-style inline assembly
...ve an higher-level information in the AST. For instance, pointers to the variable or label declarations referenced in the assembly code. -- João Matos -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120806/52be38e7/attachment.html>
2012 Aug 06
2
[LLVMdev] [cfe-dev] [RFC] MS-style inline assembly
On Aug 6, 2012, at 1:03 PM, João Matos wrote: > 1. How is clang going to discover the input operands, output operands, > constraints, and clobbered registers? > > The approach you described sounds good to me. Reusing all the work done in the LLVM MC layer seems the right approach. Glad you agree. We really shouldn't be replicating information in the frontend; this very error