[all-commits] [llvm/llvm-project] 605fd4: [VE] Change calling convention to follow ABI
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Fri Jul 31 18:09:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 605fd4d77ce19c4d8c331732b490ef436ab093c2
https://github.com/llvm/llvm-project/commit/605fd4d77ce19c4d8c331732b490ef436ab093c2
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-08-01 (Sat, 01 Aug 2020)
Changed paths:
M llvm/lib/Target/VE/VECallingConv.td
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/test/CodeGen/VE/addition.ll
M llvm/test/CodeGen/VE/bitcast.ll
M llvm/test/CodeGen/VE/bitreverse.ll
M llvm/test/CodeGen/VE/branch1.ll
M llvm/test/CodeGen/VE/bswap.ll
M llvm/test/CodeGen/VE/call.ll
M llvm/test/CodeGen/VE/cast.ll
M llvm/test/CodeGen/VE/constants.ll
M llvm/test/CodeGen/VE/ctlz.ll
M llvm/test/CodeGen/VE/ctpop.ll
M llvm/test/CodeGen/VE/cttz.ll
M llvm/test/CodeGen/VE/div.ll
M llvm/test/CodeGen/VE/fp_to_int.ll
M llvm/test/CodeGen/VE/int_to_fp.ll
M llvm/test/CodeGen/VE/left_shift.ll
M llvm/test/CodeGen/VE/load_off.ll
M llvm/test/CodeGen/VE/max.ll
M llvm/test/CodeGen/VE/min.ll
M llvm/test/CodeGen/VE/multiply.ll
M llvm/test/CodeGen/VE/nnd.ll
M llvm/test/CodeGen/VE/or.ll
M llvm/test/CodeGen/VE/pic_access_static_data.ll
M llvm/test/CodeGen/VE/rem.ll
M llvm/test/CodeGen/VE/right_shift.ll
M llvm/test/CodeGen/VE/rotl.ll
M llvm/test/CodeGen/VE/rotr.ll
M llvm/test/CodeGen/VE/select.ll
M llvm/test/CodeGen/VE/selectccf32.ll
M llvm/test/CodeGen/VE/selectccf32c.ll
M llvm/test/CodeGen/VE/selectccf32i.ll
M llvm/test/CodeGen/VE/selectccf64c.ll
M llvm/test/CodeGen/VE/selectcci32.ll
M llvm/test/CodeGen/VE/selectcci32c.ll
M llvm/test/CodeGen/VE/selectcci32i.ll
M llvm/test/CodeGen/VE/selectcci64c.ll
M llvm/test/CodeGen/VE/setccf32.ll
M llvm/test/CodeGen/VE/setccf32i.ll
M llvm/test/CodeGen/VE/setccf64.ll
M llvm/test/CodeGen/VE/setccf64i.ll
M llvm/test/CodeGen/VE/setcci32.ll
M llvm/test/CodeGen/VE/setcci32i.ll
M llvm/test/CodeGen/VE/setcci64.ll
M llvm/test/CodeGen/VE/setcci64i.ll
M llvm/test/CodeGen/VE/sext_zext_load.ll
M llvm/test/CodeGen/VE/subtraction.ll
M llvm/test/CodeGen/VE/truncstore.ll
M llvm/test/CodeGen/VE/va_caller.ll
M llvm/test/CodeGen/VE/xor.ll
Log Message:
-----------
[VE] Change calling convention to follow ABI
Change to expand all arguments and return values to i64 to follow ABI.
Update regression tests also.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D84581
More information about the All-commits
mailing list