[PATCH] D58928: [AMDGPU] Prepare for introduction of v3 and v5 MVTs

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 11:13:58 PDT 2019


arsenm added a comment.

Missed call-argument-types.ll/call-return-types.ll. These have tests for <3 x i32>/<3 x float>, but missing the 5xs. Those could also use some byval/sret, and stack passed cases since I suspect they are going to break since we have to maintain a list of specific MVTs for those


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58928/new/

https://reviews.llvm.org/D58928





More information about the llvm-commits mailing list