[all-commits] [llvm/llvm-project] 7fb0b1: [RISCV] Make getFPImm return a float instead of a ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Mar 8 10:32:22 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7fb0b1b8d7e75c442b4ae2f1564e1e703aca98b4
https://github.com/llvm/llvm-project/commit/7fb0b1b8d7e75c442b4ae2f1564e1e703aca98b4
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-03-08 (Wed, 08 Mar 2023)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
Log Message:
-----------
[RISCV] Make getFPImm return a float instead of a uint32_t. NFC
The one caller bitcasted the uint32_t to float anyway.
More information about the All-commits
mailing list