This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] W/a for gfx940 byte0 fp8 conversion bug
ClosedPublic

Authored by rampitec on Aug 11 2023, 1:04 AM.

Details

Summary

VOP1 form of these do not work.

Diff Detail

Unit TestsFailed

Event Timeline

rampitec created this revision.Aug 11 2023, 1:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2023, 1:04 AM
rampitec requested review of this revision.Aug 11 2023, 1:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2023, 1:04 AM
Herald added a subscriber: wdng. · View Herald Transcript
foad accepted this revision.Aug 11 2023, 2:06 AM
foad added inline comments.
llvm/lib/Target/AMDGPU/GCNSubtarget.h
1175

"true if ... is unreliable"

llvm/lib/Target/AMDGPU/VOP1Instructions.td
588–589

Could simplify this since index is never 0 now.

This revision is now accepted and ready to land.Aug 11 2023, 2:06 AM
rampitec updated this revision to Diff 549301.Aug 11 2023, 2:18 AM
rampitec marked 2 inline comments as done.
This revision was landed with ongoing or failed builds.Aug 11 2023, 2:29 AM
This revision was automatically updated to reflect the committed changes.