This allows i8 and i16 adds, as well as lowering of i8 and i16 function
arguments. Note however that the lowering is incomplete - ABI extensions are
handled in a subsequent patch.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This one also looks like 2 patches really (select more COPY cases, support more args), though again both pretty sensible.
lib/Target/ARM/ARMCallLowering.cpp | ||
---|---|---|
36 | Checking against vectors is probably good here, since you're changing it anyway. Somewhat surprisingly isInteger returns true for them. |
Checking against vectors is probably good here, since you're changing it anyway. Somewhat surprisingly isInteger returns true for them.