[all-commits] [llvm/llvm-project] 39a41c: [CGCall][RISCV] Handle function calls with paramet...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Tue Aug 22 23:41:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39a41c8905618fc942100630b4ea37f0cb95e786
https://github.com/llvm/llvm-project/commit/39a41c8905618fc942100630b4ea37f0cb95e786
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths:
M clang/lib/CodeGen/CGCall.cpp
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-tuple-type.c
M llvm/test/Transforms/SROA/scalable-vector-struct.ll
Log Message:
-----------
[CGCall][RISCV] Handle function calls with parameter of RVV tuple type
This was an oversight in D146872, where function calls with tuple type
was not covered. This commit fixes this.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D157953
More information about the All-commits
mailing list