This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Support register allocation for GHC when f/d is not specified in the architecture
ClosedPublic

Authored by eopXD on Jul 20 2023, 9:00 PM.

Details

Summary

This patch supports register allocation for floating-point types when
zfinx and zdinx is specified in the architecture for the GHC
calling convention.

Diff Detail

Event Timeline

eopXD created this revision.Jul 20 2023, 9:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 9:00 PM
eopXD requested review of this revision.Jul 20 2023, 9:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 9:00 PM
This revision is now accepted and ready to land.Jul 21 2023, 9:50 AM
asb added a comment.Jul 21 2023, 9:58 AM

Could you tweak the title / commit message though so it's clearer this is about an issue with zfinx/zdinx? Thanks.

eopXD edited the summary of this revision. (Show Details)Jul 23 2023, 10:38 PM
This revision was landed with ongoing or failed builds.Jul 23 2023, 10:40 PM
This revision was automatically updated to reflect the committed changes.