This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Simplify SITargetLowering::isSDNodeSourceOfDivergence. NFC.
ClosedPublic

Authored by foad on Mar 1 2021, 2:25 AM.

Details

Summary

Check for read-modify-write AtomicSDNodes instead of using an exhaustive
list of ISD opcodes.

Diff Detail

Event Timeline

foad created this revision.Mar 1 2021, 2:25 AM
foad requested review of this revision.Mar 1 2021, 2:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 1 2021, 2:25 AM
arsenm accepted this revision.Mar 1 2021, 6:08 AM
This revision is now accepted and ready to land.Mar 1 2021, 6:08 AM
This revision was landed with ongoing or failed builds.Mar 1 2021, 6:22 AM
This revision was automatically updated to reflect the committed changes.