This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Enable Zfa fli.h instruction in MC layer with Zfhmin and Zvfh.
ClosedPublic

Authored by craig.topper on Mar 8 2023, 9:18 PM.

Details

Summary

According to the spec this instruction is can be enabled with Zfh
and Zvfh (which requires Zfhmin). The other instructions f16
instructions from Zfa require Zfh.

Diff Detail

Event Timeline

craig.topper created this revision.Mar 8 2023, 9:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 9:18 PM
craig.topper requested review of this revision.Mar 8 2023, 9:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2023, 9:18 PM
reames accepted this revision.Mar 10 2023, 7:10 AM
reames added a subscriber: reames.

LGTM

This revision is now accepted and ready to land.Mar 10 2023, 7:10 AM