[all-commits] [llvm/llvm-project] b88b48: [RISCV] Remove Type::isRVVType() and replace with ...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Dec 8 18:54:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b88b480640f173582ffbfd2faae690f2bc895d14
      https://github.com/llvm/llvm-project/commit/b88b480640f173582ffbfd2faae690f2bc895d14
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-12-08 (Fri, 08 Dec 2023)

  Changed paths:
    M clang/include/clang/AST/Type.h
    M clang/lib/Analysis/UninitializedValues.cpp
    M clang/lib/Sema/Sema.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/lib/Sema/SemaDecl.cpp

  Log Message:
  -----------
  [RISCV] Remove Type::isRVVType() and replace with isRVVSizelessBuiltinType(). NFC

These both do the same thing, but some profiling on a
Releast+Asserts build suggests isRVVSizelessBuiltinType() is the
more efficient version so lets keep that one.




More information about the All-commits mailing list