Displaying 1 result from an estimated 1 matches for "converttoi16".
2015 Feb 05
8
[LLVMdev] type legalization/operation action
Dear there,
I have a target which is supporting the 32 bit operations natively. Right now,I want to make it support the 16 bits operations as well.
My initial thought is:
(1)
I can adding something like β CCIfType< [i16], CCPromoteToType<i32>>β, to the CallingConv.td, then βallβ the 16 bits operands will be automatically promoted to 32 bits, it will be all set.
but looks it is not