[all-commits] [llvm/llvm-project] e9c5d8: [RISCV] Use 'unsigned' for XLen in RISCVTargetDefE...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Mar 18 01:01:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9c5d8007efcda694b8a21f65d409efa78427724
https://github.com/llvm/llvm-project/commit/e9c5d8007efcda694b8a21f65d409efa78427724
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-03-18 (Sat, 18 Mar 2023)
Changed paths:
M llvm/utils/TableGen/RISCVTargetDefEmitter.cpp
Log Message:
-----------
[RISCV] Use 'unsigned' for XLen in RISCVTargetDefEmitter.cpp. NFC
The values are small so the difference doesn't matter, but the
consuming function is defined to take 'unsigned'.
More information about the All-commits
mailing list