This was an oversight in D146872, where function calls with tuple type
was not covered. This commit fixes this.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D157953
[CGCall][RISCV] Handle function calls with parameter of RVV tuple type ClosedPublic Authored by eopXD on Aug 15 2023, 12:23 AM.
Details Summary This was an oversight in D146872, where function calls with tuple type
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 15 2023, 12:23 AM eopXD retitled this revision from [CGCall][RISCV] Handle function calls with parameters of RVV tuple type to [CGCall][RISCV] Handle function calls with parameter of RVV tuple type.Aug 15 2023, 12:41 AM
This revision is now accepted and ready to land.Aug 21 2023, 10:31 PM This revision was landed with ongoing or failed builds.Aug 22 2023, 11:41 PM Closed by commit rG39a41c890561: [CGCall][RISCV] Handle function calls with parameter of RVV tuple type (authored by eopXD). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 552605 clang/lib/CodeGen/CGCall.cpp
clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/rvv-tuple-type.c
llvm/test/Transforms/SROA/scalable-vector-struct.ll
|
Homogeneous