[RISCV] Add a test case showing incorrect call-conv lowering
authorFraser Cormack <fraser@codeplay.com>
Thu, 27 May 2021 15:54:42 +0000 (16:54 +0100)
committerFraser Cormack <fraser@codeplay.com>
Thu, 27 May 2021 15:55:48 +0000 (16:55 +0100)
commit6f4794feb60a9deb939873118a7182a8ea87732e
treebd1418cdfc43423dcf76b5cb39a94b3df0376854
parente892705d74c7366a1404a3b3471001edaa7659f8
[RISCV] Add a test case showing incorrect call-conv lowering

@HsiangKai helped find a bug in the lowering of indirect split
scalable-vector types in our calling convention. An imminent patch will
fix this.
llvm/test/CodeGen/RISCV/rvv/calling-conv.ll [new file with mode: 0644]