[all-commits] [llvm/llvm-project] dac904: [RISCV] Use uint64_t operations instead of APInt o...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Aug 5 10:37:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dac9042cc6a4dcb23e85b13232e2b233d55eda57
https://github.com/llvm/llvm-project/commit/dac9042cc6a4dcb23e85b13232e2b233d55eda57
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Use uint64_t operations instead of APInt operations. NFC
We already know the type is i64 here. Just extract the uint64_t.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list