[PATCH] D151061: [test] Add ext_vector_type tests for C

Florian Hahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 22 03:41:37 PDT 2023


fhahn added a comment.

Thanks for texting the test coverage!



================
Comment at: clang/test/Sema/ext_vector_ops.c:30
+void test_int_vector_scalar(unsigned int ua, v2u v2ua) {
+  // Integer vector vs integer operators. These will splat
+  (void)(v2ua + ua);
----------------
Not sure if `vs` is the right connector here, maybe something like `Operators with one integer vector and scalar.`. Period at end of `These will splat`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151061



More information about the cfe-commits mailing list