[all-commits] [llvm/llvm-project] 471f8f: [RISCV] Prevent checkRVVTypeSupport from issuing m...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Dec 27 23:44:58 PST 2023


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

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

  Log Message:
  -----------
  [RISCV] Prevent checkRVVTypeSupport from issuing more than 1 diagnostic. (#74950)

If vector isn't enabled at all, we might hit one of the earlier
diagnostics and the requires Zve32x diagnostic. The Zve32x diagnostic
would be redundant.




More information about the All-commits mailing list