[all-commits] [llvm/llvm-project] 3aca0f: [clang][SVE] Add support for arithmetic operators ...

David Truby via All-commits all-commits at lists.llvm.org
Fri Mar 11 07:40:05 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3aca0ffd5092e37590bbee7e0fcd2b1b5780024c
      https://github.com/llvm/llvm-project/commit/3aca0ffd5092e37590bbee7e0fcd2b1b5780024c
  Author: David Truby <david.truby at arm.com>
  Date:   2022-03-11 (Fri, 11 Mar 2022)

  Changed paths:
    M clang/include/clang/AST/Type.h
    M clang/include/clang/Sema/Sema.h
    M clang/lib/AST/Type.cpp
    M clang/lib/Sema/SemaExpr.cpp
    A clang/test/CodeGen/aarch64-sve-vector-ops.c
    A clang/test/Sema/aarch64-sve-vector-ops.c
    M clang/test/Sema/sizeless-1.c
    M clang/test/SemaCXX/sizeless-1.cpp

  Log Message:
  -----------
  [clang][SVE] Add support for arithmetic operators on SVE types

This patch implements support for the +, -, *, / and % operators on sizeless SVE
types. Support for these operators on svbool_t is excluded.

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




More information about the All-commits mailing list