[PATCH] D157953: [CGCall][RISCV] Handle function calls with parameter of RVV tuple type

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 00:27:04 PDT 2023


craig.topper added inline comments.


================
Comment at: clang/lib/CodeGen/CGCall.cpp:5268
+          assert(STy->containsHomogeneousScalableVectorTypes() &&
+                 "ABI only supports structure with hmogeneous scalable vector "
+                 "type");
----------------
Homogeneous


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157953



More information about the cfe-commits mailing list