[all-commits] [llvm/llvm-project] 382550: [Clang][RISCV] Adjust naming from `DeclareRISCVVec...

Yueh-Ting (eop) Chen via All-commits all-commits at lists.llvm.org
Thu Jun 8 10:55:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 382550bf334b178f078c694b5e7331f6c7881f5e
      https://github.com/llvm/llvm-project/commit/382550bf334b178f078c694b5e7331f6c7881f5e
  Author: eopXD <yueh.ting.chen at gmail.com>
  Date:   2023-06-08 (Thu, 08 Jun 2023)

  Changed paths:
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Parse/ParsePragma.cpp
    M clang/lib/Sema/SemaLookup.cpp
    M clang/lib/Sema/SemaRISCVVectorLookup.cpp

  Log Message:
  -----------
  [Clang][RISCV] Adjust naming from `DeclareRISCVVectorBuiltins` to `DeclareRISCVSiFiveVectorBuiltins`. NFC

The variable indicates if RISC-V Sifive vector builtin functions
are enabled or not. The adjusted naming help clarifies this.

cc: @4vtomat




More information about the All-commits mailing list