[all-commits] [llvm/llvm-project] 286d59: [clang][AArch64][SVE] Add unary +/- operators for ...

David Truby via All-commits all-commits at lists.llvm.org
Wed Aug 10 03:41:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 286d59ef6f7118c8a0600f3d281593700528a5d3
      https://github.com/llvm/llvm-project/commit/286d59ef6f7118c8a0600f3d281593700528a5d3
  Author: David Truby <david.truby at arm.com>
  Date:   2022-08-10 (Wed, 10 Aug 2022)

  Changed paths:
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/CodeGen/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] Add unary +/- operators for SVE types

This patch enables the unary promotion and negation operators on
SVE types.

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




More information about the All-commits mailing list