search for: hasmaturemcsupport

Displaying 2 results from an estimated 2 matches for "hasmaturemcsupport".

2014 Jan 31
2
[LLVMdev] making emitInlineAsm protected
Ok then. I'll put together a patch early next week to add a hasMatureMCSupport() and use it in EmitInlineAsm(). I don't know which targets should return true for hasMatureMCSupport() at the moment though. I guess X86 and ARM would but are there any others? ________________________________________ From: Rafael EspĂ­ndola [rafael.espindola at gmail.com] Sent: 31 January 201...
2014 Jan 31
4
[LLVMdev] making emitInlineAsm protected
It may be moot because Reed is currently rewriting the patch to avoid using EmitInlineAsm and EmitRawText but I wanted to question something here. I'm thinking that hasRawTextSupport() shouldn't be the condition used inside EmitInlineAsm. I think it would be more correct to have a useRawTextSupport() predicate that can return hasRawTextSupport() for (sub)targets that haven't