[all-commits] [llvm/llvm-project] 8076ee: [RISCV] Use getBuiltinVectorTypeInfo instead of is...

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Dec 28 11:15:41 PST 2023


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

  Changed paths:
    M clang/lib/Sema/SemaChecking.cpp

  Log Message:
  -----------
  [RISCV] Use getBuiltinVectorTypeInfo instead of isRVVType.

I'm trying to remove all uses of isRVVType.

Fix diagnostic message to report an error for the builtin instead
of the type. Though I can't seem to get a test to hit it.




More information about the All-commits mailing list