This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Add feature predicate for v_fmac_f64 instruction
ClosedPublic

Authored by mariusz-sikora-at-amd on Jan 18 2023, 6:55 AM.

Details

Summary

Introducing feature predicate VFmacF64Inst for targets which
supports v_fmac_f64 instructions.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2023, 6:55 AM
mariusz-sikora-at-amd requested review of this revision.Jan 18 2023, 6:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2023, 6:55 AM
foad accepted this revision.Jan 18 2023, 7:01 AM

LGTM but please wait to hear from @rampitec too.

This revision is now accepted and ready to land.Jan 18 2023, 7:01 AM
This revision was landed with ongoing or failed builds.Jan 19 2023, 4:07 AM
This revision was automatically updated to reflect the committed changes.
arsenm added inline comments.Jan 19 2023, 5:51 AM
llvm/lib/Target/AMDGPU/AMDGPU.td
539

the current convention drops the v prefix from the name

llvm/lib/Target/AMDGPU/AMDGPU.td
539

Thanks, I will prepare new change.