This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Select llvm.amdgcn.global.atomic.csub
ClosedPublic

Authored by arsenm on Jul 22 2020, 6:24 AM.

Details

Summary

Remove the custom node boilerplate. Not sure why this tried to handle
the LDS atomic stuff.

Diff Detail

Event Timeline

arsenm created this revision.Jul 22 2020, 6:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2020, 6:24 AM

I am not sure what do you mean:

Not sure why this tried to handle the LDS atomic stuff.

It is global.

I am not sure what do you mean:

Not sure why this tried to handle the LDS atomic stuff.

It is global.

Yes, that's the point. It had all the handling to check if it needed m0 initialization

rampitec accepted this revision.Jul 28 2020, 3:03 PM

I see. Thanks.

This revision is now accepted and ready to land.Jul 28 2020, 3:03 PM
arsenm closed this revision.Jul 29 2020, 11:59 AM