Hi Andrew,
On Thu, Dec 8, 2011 at 11:48 PM, Andrew Pinski wrote:
> On Thu, Dec 8, 2011 at 1:47 PM, Feng LI wrote:
>> Hi,
>>
>> I'm extending the i386 instructions by using the builtins in the backend.
>> And generate the builtin functions in the middle end. And would like
>> the generated builti
On Thu, Dec 8, 2011 at 1:47 PM, Feng LI wrote:
> Hi,
>
> I'm extending the i386 instructions by using the builtins in the backend.
> And generate the builtin functions in the middle end. And would like
> the generated builtin functions will be transformed to ASM code.
>
> I tested the backend with
Hi,
I'm extending the i386 instructions by using the builtins in the backend.
And generate the builtin functions in the middle end. And would like
the generated builtin functions will be transformed to ASM code.
I tested the backend with a hand writing builtin functions, it *works*
well, but *not