This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fixed function traversal in attribute propagation
ClosedPublic

Authored by rampitec on Mar 25 2020, 5:39 PM.

Details

Summary

AMDGPUPropagateAttributes pass was skipping some of the functions
when clonning. Functions were added to root set and then skipped
on the next interation because they are already in the root set,
while were meant to be processed with different features.

Diff Detail

Event Timeline

rampitec created this revision.Mar 25 2020, 5:39 PM
arsenm accepted this revision.Mar 25 2020, 6:17 PM

Typo clonning in commit message

This revision is now accepted and ready to land.Mar 25 2020, 6:17 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 25 2020, 6:58 PM