[all-commits] [llvm/llvm-project] 133a5f: [clang][AArch64][SVE] Improve diagnostics for SVE ...

David Truby via All-commits all-commits at lists.llvm.org
Tue Jun 7 07:35:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 133a5f22d325f27fb02dbf2f7b279658eccb5ed9
      https://github.com/llvm/llvm-project/commit/133a5f22d325f27fb02dbf2f7b279658eccb5ed9
  Author: David Truby <david.truby at arm.com>
  Date:   2022-06-07 (Tue, 07 Jun 2022)

  Changed paths:
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/Sema/aarch64-sve-vector-arith-ops.c
    M clang/test/Sema/aarch64-sve-vector-bitwise-ops.c
    M clang/test/Sema/aarch64-sve-vector-compare-ops.c
    M clang/test/SemaCXX/aarch64-sve-vector-conditional-op.cpp

  Log Message:
  -----------
  [clang][AArch64][SVE] Improve diagnostics for SVE operators

This patch corrects some diagnostics for the SVE sizeless vector
operators, including correctly diagnosing when the vectors are
different sizes.

Differential Revision: https://reviews.llvm.org/D126377




More information about the All-commits mailing list