[all-commits] [llvm/llvm-project] 371714: [clang][Sema] Only check RVV types if we have them...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Oct 6 00:56:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3717147ee6e41f7fa3225c318104982499c5c505
https://github.com/llvm/llvm-project/commit/3717147ee6e41f7fa3225c318104982499c5c505
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M clang/lib/Sema/Sema.cpp
Log Message:
-----------
[clang][Sema] Only check RVV types if we have them (#67669)
isRVVType() is suprisingly expensive, so do the checks only if the
target has rvv types.
More information about the All-commits
mailing list