[all-commits] [llvm/llvm-project] 97c538: [RISCV] Remove 'Z' from Zbb builtin type strings. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Jul 18 12:08:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97c5381879d41cafaf36793e57e236da8a81791f
https://github.com/llvm/llvm-project/commit/97c5381879d41cafaf36793e57e236da8a81791f
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M clang/include/clang/Basic/BuiltinsRISCV.def
Log Message:
-----------
[RISCV] Remove 'Z' from Zbb builtin type strings. NFC
'Z' means uint32_t, but 'i' is always 32 bits for RISC-V so
we don't need this.
More information about the All-commits
mailing list