[libc-commits] [PATCH] D158867: [libc] Add more test cases to the argument list tests

Matt Arsenault via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Aug 25 11:23:37 PDT 2023


arsenm added inline comments.


================
Comment at: libc/test/src/__support/arg_list_test.cpp:77
+  count += args.next_var<double>();
+  count += args.next_var<long>();
+  if (args.next_var<void *>() != nullptr)
----------------
jhuber6 wrote:
> arsenm wrote:
> > Also should test short, half, pointers, ext_vector_type, bool
> Would `ext_vector_type` compile on the GPU?
well it's all the vector types. that's what opencl vectors are and work


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158867



More information about the libc-commits mailing list