[llvm-commits] [llvm] r59756 - /llvm/trunk/include/llvm/Intrinsics.td

Evan Cheng echeng at apple.com
Fri Nov 21 08:46:19 PST 2008


Yes, we'll add the equivalents for subtraction.

Evan

On Nov 21, 2008, at 2:16 AM, Richard Osborne wrote:

>>
> Having the carry bit explicitly modelled would be useful for the XCore
> target. On the XCore there is no carry flag but there is a ladd
> instruction where is carry bit is written back to a genral purpose
> register. The XCore backend currently has to custom expand 64bit
> addition / subtraction, but it if addition was expanded to multiple
> UADDO when the target does not support ADDC the XCore backend could
> match the resulting UADDO nodes directly.
>
> Would it make sense to add equivalents for subtraction?
>
> -- 
> Richard Osborne | XMOS
> http://www.xmos.com
>
>>> Ciao,
>>>
>>> Duncan.
>>> _______________________________________________
>>> llvm-commits mailing list
>>> llvm-commits at cs.uiuc.edu
>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list