This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Implement support for bf16 selects when zfbfmin is enabled
ClosedPublic

Authored by asb on Aug 2 2023, 5:41 AM.

Details

Summary

These test cases previously caused an error. RISCVInstrInfo::copyPhysReg also needed a tweak in order to account for copying bf16 values in FPR16 registers.

Diff Detail

Event Timeline

asb created this revision.Aug 2 2023, 5:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2023, 5:41 AM
asb requested review of this revision.Aug 2 2023, 5:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2023, 5:41 AM
reames accepted this revision.Aug 2 2023, 9:11 AM

LGTM

This revision is now accepted and ready to land.Aug 2 2023, 9:11 AM
This revision was landed with ongoing or failed builds.Aug 2 2023, 12:05 PM
This revision was automatically updated to reflect the committed changes.