The spec doesn't seem to be written as if Zfh implies Zfhmin. They
seem to be separate extensions.
This patch moves the instructions from Zfhmin to be enabled with
either the Zfh or Zfhmin extensions.
Paths
| Differential D118581
[RISCV] Separate the Zfhmin and Zfh extensions. ClosedPublic Authored by craig.topper on Jan 30 2022, 10:10 PM.
Details Summary The spec doesn't seem to be written as if Zfh implies Zfhmin. They This patch moves the instructions from Zfhmin to be enabled with
Diff Detail
Event TimelineHerald added subscribers: VincentWu, luke957, StephenFan and 25 others. · View Herald TranscriptJan 30 2022, 10:10 PM This revision is now accepted and ready to land.Jan 31 2022, 4:33 AM This revision was landed with ongoing or failed builds.Jan 31 2022, 9:08 AM Closed by commit rGaae947e860d4: [RISCV] Separate the Zfhmin and Zfh extensions. (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 404565 llvm/lib/Support/RISCVISAInfo.cpp
llvm/lib/Target/RISCV/RISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
llvm/test/CodeGen/RISCV/attributes.ll
llvm/test/MC/RISCV/attribute-arch.s
llvm/test/MC/RISCV/rv32i-invalid.s
|