This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Really invert handling of enqueued block detection
ClosedPublic

Authored by arsenm on Jan 13 2023, 8:45 AM.

Details

Reviewers
sameerds
rampitec
jdoerfert
sstefan1
Group Reviewers
Restricted Project
Summary

Remove the broken call graph analysis in the block enqueue lowering
pass. The previous iteration was reverted due to a runtime bug when
the completion action was unconditionally enabled.

Diff Detail