This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Add IntrWillReturn to recently added intrinsics
ClosedPublic

Authored by foad on Mar 1 2021, 3:46 AM.

Details

Summary

This adds IntrWillReturn to the gfx90a mfma intrinsics, to match all the
other mfma intrinsics, and llvm.amdgcn.live.mask, to match
llvm.amdgcn.ps.live.

Diff Detail

Event Timeline

foad created this revision.Mar 1 2021, 3:46 AM
foad requested review of this revision.Mar 1 2021, 3:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2021, 3:46 AM

I think this is OK for int_amdgcn_live_mask, I had been wondering about adding it myself. I will need to fix up older API users anyway.

rampitec accepted this revision.Mar 1 2021, 9:13 AM
This revision is now accepted and ready to land.Mar 1 2021, 9:13 AM
This revision was landed with ongoing or failed builds.Mar 1 2021, 9:35 AM
This revision was automatically updated to reflect the committed changes.