[PATCH] D29069: [MSP430] Add SRet support to MSP430 target
Vadzim Dambrouski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 08:24:14 PST 2017
pftbest added inline comments.
================
Comment at: test/CodeGen/MSP430/cc_args.ll:47
; CHECK: call #f_i16_i64_i16
call void @f_i16_i64_i16(i16 1, i64 72623859790382856, i16 2)
----------------
Third argument should be back-filled into r13 register, as per section 3.3.4 of EABI.
https://reviews.llvm.org/D29069
More information about the llvm-commits
mailing list