This is an archive of the discontinued LLVM Phabricator instance.

Inliner: Correctly merge amdgpu-unsafe-fp-atomics attribute
ClosedPublic

Authored by arsenm on Dec 13 2021, 6:41 AM.

Details

Summary

It seems we don't have already have any target specific attributes
handled in the inliner. Include a separate tablegen file to define the
rules, similar to the target specific intrinsics.

Diff Detail

Event Timeline

arsenm created this revision.Dec 13 2021, 6:41 AM
arsenm requested review of this revision.Dec 13 2021, 6:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 13 2021, 6:41 AM
Herald added a subscriber: wdng. · View Herald Transcript
This revision is now accepted and ready to land.Dec 13 2021, 8:03 AM