This is an archive of the discontinued LLVM Phabricator instance.

[clang][RISCV] Set HasLegalHalfType to true if zhinx is enabled
ClosedPublic

Authored by asb on May 17 2023, 7:10 AM.

Details

Summary

Now that codegen support for zhinx in landed (D149811), we should set HasLegalHalfType=true for zhinx (see D145071 for the patch doing this for zfh).

Diff Detail

Event Timeline

asb created this revision.May 17 2023, 7:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 7:10 AM
asb requested review of this revision.May 17 2023, 7:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 7:10 AM
This revision is now accepted and ready to land.May 17 2023, 10:32 AM
This revision was landed with ongoing or failed builds.May 18 2023, 7:11 AM
This revision was automatically updated to reflect the committed changes.