Add initial tests for the behavior of ext_vector_type vectors for
vector vs scalar ops in C++. Their behavior doesn't agree with the behavior in
C and what the behavior seems like it should be, these are baseline tests before
implementing those changes.
Details
Details
- Reviewers
aaron.ballman fhahn - Commits
- rG590eb76ba3cd: [test] Add C++ ext_vector_type tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
See also: C versions of these test cases: D151061
I think the C versions behave correctly and that C++ should match that behavior.
Interested in feedback from anyone working with ext_vector_types.
Comment Actions
Thank you for this coverage as well! Are there issues filed for the FIXME comments so we have a more prominent record of the problems?
LGTM modulo comment concerns.
clang/test/SemaCXX/vector.cpp | ||
---|---|---|
554 | Same suggestion here as from the C patch. |
Same suggestion here as from the C patch.