[all-commits] [llvm/llvm-project] 5545b2: [RISCV] Make Zfh imply Zfhmin. (#75576)
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Fri Dec 15 19:22:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5545b2545207ae0824636665ea976e8631772c99
https://github.com/llvm/llvm-project/commit/5545b2545207ae0824636665ea976e8631772c99
Author: Yeting Kuo <46629943+yetingk at users.noreply.github.com>
Date: 2023-12-16 (Sat, 16 Dec 2023)
Changed paths:
M llvm/lib/Support/RISCVISAInfo.cpp
M llvm/test/CodeGen/RISCV/attributes.ll
M llvm/test/MC/RISCV/attribute-arch.s
Log Message:
-----------
[RISCV] Make Zfh imply Zfhmin. (#75576)
According to spec, the Zfhmin extension is a subset of the Zfh
extension.
More information about the All-commits
mailing list