[PATCH] D151061: [test] Add ext_vector_type tests for C
Cassie Jones via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 22 00:06:15 PDT 2023
porglezomp added a comment.
See also: very similar baseline tests for C++: D151059 <https://reviews.llvm.org/D151059>
I'm interested in any feedback about the correct semantics for this.
I started writing these tests while investigating the behavior of vector vs scalar operations in C++ for D151060 <https://reviews.llvm.org/D151060> and finding a lot of that inconsistent.
I want to get down checks that these cases are all appropriately accepted.
Interested in feedback from anyone working with the ext_vector_types.
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