[all-commits] [llvm/llvm-project] 52e867: [IR] Remove unnecessary uint64_t casts (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Jun 23 13:20:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 52e86797ba687d89a2e9a85c135b7145a5f14739
https://github.com/llvm/llvm-project/commit/52e86797ba687d89a2e9a85c135b7145a5f14739
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M llvm/lib/IR/AttributeImpl.h
Log Message:
-----------
[IR] Remove unnecessary uint64_t casts (NFC)
As pointed out by foad, it's not necessary to work on uint64_t
here. The values used here fit uint8_t.
More information about the All-commits
mailing list