[all-commits] [llvm/llvm-project] 66bbef: [RISCV] Revert Zfhmin related changes that aren't ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Dec 16 08:56:09 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 66bbefeb1389d9fdfc66920d9cfa9b73783ccfc4
https://github.com/llvm/llvm-project/commit/66bbefeb1389d9fdfc66920d9cfa9b73783ccfc4
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-12-16 (Thu, 16 Dec 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/calling-conv-half.ll
Log Message:
-----------
[RISCV] Revert Zfhmin related changes that aren't tested and depend on f16 being a legal type.
Our Zfhmin support is only MC layer, but these are CodeGen layer
interfaces. If f16 isn't a Legal type for CodeGen with Zfhmin, then
these interfaces should keep their non-Zfh behavior.
Reviewed By: luismarques
Differential Revision: https://reviews.llvm.org/D115822
More information about the All-commits
mailing list