[all-commits] [llvm/llvm-project] c9992c: [RISCV] Remove one bit of mantissa in RISCVLoadFPI...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Mar 10 19:17:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9992c9ac0534c04644967838cb665f72426b60a
https://github.com/llvm/llvm-project/commit/c9992c9ac0534c04644967838cb665f72426b60a
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-03-10 (Fri, 10 Mar 2023)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
Log Message:
-----------
[RISCV] Remove one bit of mantissa in RISCVLoadFPImm related code.
We only need 2 bits of mantissa. The third bit was always 0.
More information about the All-commits
mailing list