[LLVMdev] making emitInlineAsm protected

reed kotler rkotler at mips.com
Wed Jan 29 16:35:16 PST 2014


On 01/29/2014 04:25 PM, Rafael EspĂ­ndola wrote:
>> How would this pass get added to the chain?
>>
>> It has to create more functions and then those in turn need to be compiled.
> I am sure it can be done. MergeFunctions for example creates new functions.
>
> Now, it does seem this request/code review is a bit upside down. You
> have been told that your original proposal is not acceptable.
> Reviewers may offer to help, but in the end it is the author that has
> to go figure out how something has to be done. You seem to expect that
> Eric and I are now the ones responsible for it.
>
> Cheers,
> Rafael
You are making an assumption  without knowing the whole problem, that there
is a better way to do what I want to do.

What you are proposing seems a very round about way to solve a simple 
problem.

I am trying to understand better Erics original proposal because maybe 
there is some way I can
use the primitives of McStreamer and McInstruction from within Asm 
Printer in place of emitting raw text.

Reed




More information about the llvm-dev mailing list