This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Use script to generate atomic optimizations test
ClosedPublic

Authored by Flakebi on Mar 9 2020, 9:31 AM.

Details

Summary

This is a preparation for introducing a llvm.amdgcn.ballot intrinsic in
D65088.

Diff Detail

Event Timeline

Flakebi created this revision.Mar 9 2020, 9:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2020, 9:31 AM
foad added a comment.Mar 9 2020, 9:45 AM

Seems obvious, but is there any reason you did not do the same for the other atomic_optimizations_*.ll tests?

No specific reason, I fixed the other tests manually but this one had many operations with exec so I wanted to make sure I don’t destroy anything there.

This revision is now accepted and ready to land.Mar 10 2020, 2:43 AM