This is an archive of the discontinued LLVM Phabricator instance.

AtomicExpand: Don't crash on non-0 alloca
ClosedPublic

Authored by arsenm on Jun 3 2019, 3:39 PM.

Details

Reviewers
reames
Summary

This now produces garbage on AMDGPU with a call to an nonexistent,
anonymous libcall but won't assert.

Diff Detail

Event Timeline

arsenm created this revision.Jun 3 2019, 3:39 PM
reames accepted this revision.Jun 10 2019, 3:25 PM

LGTM for the AtomicExpand parts. I'm willing to assume you know what you're doing for the AMDGPU bit. :)

This revision is now accepted and ready to land.Jun 10 2019, 3:25 PM
arsenm closed this revision.Jun 10 2019, 6:32 PM

r363022