[all-commits] [llvm/llvm-project] 0523bf: [RISCV] Reduce the size of the index used for RVV ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Dec 12 17:41:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0523bf1eca4475edafc8aab830c2ce48b01900c3
https://github.com/llvm/llvm-project/commit/0523bf1eca4475edafc8aab830c2ce48b01900c3
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M clang/lib/Sema/SemaRISCVVectorLookup.cpp
Log Message:
-----------
[RISCV] Reduce the size of the index used for RVV intrinsics. NFC (#74906)
Rather than using size_t, use uint32_t. We don't have more than 4
billion intrinsics.
More information about the All-commits
mailing list