[all-commits] [llvm/llvm-project] 68e81d: [ADT] Use llvm::rotr (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Feb 15 22:13:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68e81d7e45c7ea1e2427bf6ac12ac5702693d5e9
https://github.com/llvm/llvm-project/commit/68e81d7e45c7ea1e2427bf6ac12ac5702693d5e9
Author: Kazu Hirata <kazu at google.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M llvm/include/llvm/ADT/Hashing.h
Log Message:
-----------
[ADT] Use llvm::rotr (NFC)
This patch replaces rotate with llvm::rotate<uint64_t> where the
rotate count is an immediate.
More information about the All-commits
mailing list