This patch allows the same implicit conversions for vector-scalar
operations in SVE that are allowed for NEON.
Depends on D126377
Paths
| Differential D126380
[clang][AArch64][SVE] Implicit conversions for vector-scalar operations ClosedPublic Authored by DavidTruby on May 25 2022, 7:33 AM.
Details Summary This patch allows the same implicit conversions for vector-scalar Depends on D126377
Diff Detail
Event Timeline
Comment Actions @DavidTruby thanks for updating, just one last comment otherwise LGTM
Comment Actions Remove redundant code
c-rhodes added inline comments.
This revision is now accepted and ready to land.Jun 9 2022, 8:09 AM
Closed by commit rGb4f2f7bebd29: [clang][AArch64][SVE] Implicit conversions for vector-scalar operations (authored by DavidTruby). · Explain WhyJun 13 2022, 3:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 436328 clang/lib/Sema/SemaChecking.cpp
clang/lib/Sema/SemaExpr.cpp
clang/test/CodeGen/aarch64-sve-vector-arith-ops.c
clang/test/Sema/aarch64-sve-vector-arith-ops.c
clang/test/Sema/sizeless-1.c
clang/test/SemaCXX/sizeless-1.cpp
|
a lot of this is duplicated by what you've added below