[all-commits] [llvm/llvm-project] 0523bf: [RISCV] Reduce the size of the index used for RVV ...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Tue Dec 12 19:49:00 PST 2023
Branch: refs/heads/users/vitalybuka/spr/main.hwasan-add-__hwasan_get_tag_from_pointer
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.
Commit: 53ecd3a2a5eb87975c85bfb5ccd3720b45b87a21
https://github.com/llvm/llvm-project/commit/53ecd3a2a5eb87975c85bfb5ccd3720b45b87a21
Author: Nico Weber <thakis at chromium.org>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M llvm/utils/gn/secondary/llvm/lib/Passes/BUILD.gn
Log Message:
-----------
[gn] port 27259f17e9d2
Commit: 0258edf252a8c506379447c5218c89f117020560
https://github.com/llvm/llvm-project/commit/0258edf252a8c506379447c5218c89f117020560
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M clang/lib/Sema/SemaRISCVVectorLookup.cpp
M llvm/utils/gn/secondary/llvm/lib/Passes/BUILD.gn
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4
[skip ci]
Compare: https://github.com/llvm/llvm-project/compare/32bd6fc49d9e...0258edf252a8
More information about the All-commits
mailing list