search for: converttoi16

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