• M
    Rollup merge of #32732 - dotdash:ext_arg, r=eddyb · 02acff64
    Manish Goregaokar 提交于
    Handle integer-extending for C ABI
    
    We need to supply sext/zext attributes to LLVM to ensure that arguments
    are extended to the appropriate width in the correct way.
    
    Most platforms extend integers less than 32 bits, though not all.
    02acff64
abi.rs 19.5 KB