[LLVMdev] making emitInlineAsm protected

Eric Christopher echristo at gmail.com
Wed Jan 29 16:53:26 PST 2014


Which part of lowering requires this?

-eric

On Wed, Jan 29, 2014 at 4:42 PM, reed kotler <rkotler at mips.com> wrote:
> 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 may have missed this in the discussion, but this cannot be done in an IR
> pass.
>
> I find out that I need the stub during ISEL lowering.
>
> Reed
>




More information about the llvm-dev mailing list