This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix crash with invariant markers
ClosedPublic

Authored by arsenm on Jan 21 2016, 10:42 AM.

Details

Reviewers
tstellarAMD
Summary

The promote alloca pass didn't handle these intrinsics and crashed.
These intrinsics should accept any address space, but for now just
erase them to avoid breaking.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 45562.Jan 21 2016, 10:42 AM
arsenm retitled this revision from to AMDGPU: Fix crash with invariant markers.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jan 22 2016, 7:36 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jan 22 2016, 7:36 AM
arsenm closed this revision.Jan 22 2016, 11:52 AM

r258537