[all-commits] [llvm/llvm-project] b4f2f7: [clang][AArch64][SVE] Implicit conversions for vec...
David Truby via All-commits
all-commits at lists.llvm.org
Mon Jun 13 03:22:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4f2f7bebd29f7cedd3ce93c1925e8029b8e2b05
https://github.com/llvm/llvm-project/commit/b4f2f7bebd29f7cedd3ce93c1925e8029b8e2b05
Author: David Truby <david.truby at arm.com>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/test/CodeGen/aarch64-sve-vector-arith-ops.c
M clang/test/Sema/aarch64-sve-vector-arith-ops.c
M clang/test/Sema/sizeless-1.c
M clang/test/SemaCXX/sizeless-1.cpp
Log Message:
-----------
[clang][AArch64][SVE] Implicit conversions for vector-scalar operations
This patch allows the same implicit conversions for vector-scalar
operations in SVE that are allowed for NEON.
Depends on D126377
Reviewed By: c-rhodes
Differential Revision: https://reviews.llvm.org/D126380
More information about the All-commits
mailing list