This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: s_waitcnt field should be treated as unsigned
ClosedPublic

Authored by arsenm on Jul 11 2019, 4:06 PM.

Details

Summary

Also make it an ImmLeaf, so it should work with global isel as well,
which was part of the point of moving it in the first place.

Diff Detail

Event Timeline

arsenm created this revision.Jul 11 2019, 4:06 PM
This revision is now accepted and ready to land.Jul 11 2019, 4:19 PM
arsenm closed this revision.Jul 11 2019, 4:42 PM

r365842

Thanks for the quick fix Matt!