[all-commits] [llvm/llvm-project] 2bc095: [AMDGPU] Use llvm::bit_cast (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Feb 12 21:59:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2bc095037eb64c55e63888ac9c7adde33a4ed933
https://github.com/llvm/llvm-project/commit/2bc095037eb64c55e63888ac9c7adde33a4ed933
Author: Kazu Hirata <kazu at google.com>
Date: 2023-02-12 (Sun, 12 Feb 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/MCTargetDesc/R600InstPrinter.cpp
Log Message:
-----------
[AMDGPU] Use llvm::bit_cast (NFC)
AFAICT, this is the only place where we pass a 64-bit value into
BitsToFloat.
More information about the All-commits
mailing list