This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Inhibit SDWA if target instruction has FI
ClosedPublic

Authored by rampitec on Aug 13 2020, 11:17 AM.

Diff Detail

Event Timeline

rampitec created this revision.Aug 13 2020, 11:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 13 2020, 11:17 AM
rampitec requested review of this revision.Aug 13 2020, 11:17 AM
arsenm accepted this revision.Aug 13 2020, 11:26 AM
arsenm added inline comments.
llvm/test/CodeGen/AMDGPU/sdwa-stack.mir
17

Should add a use of some kind in case this ever decides to delete dead instructions

This revision is now accepted and ready to land.Aug 13 2020, 11:26 AM
rampitec updated this revision to Diff 285442.Aug 13 2020, 11:35 AM
rampitec marked an inline comment as done.

Added uses in test.

This revision was automatically updated to reflect the committed changes.