This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix constantexpr addrspacecasts
ClosedPublic

Authored by arsenm on May 27 2016, 3:01 PM.

Details

Reviewers
tstellarAMD
Summary

If we had a constant group address space cast the queue pointer
wasn't enabled for the function, resulting in a crash on noreg
later.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 58846.May 27 2016, 3:01 PM
arsenm retitled this revision from to AMDGPU: Fix constantexpr addrspacecasts.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jun 6 2016, 12:04 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jun 6 2016, 12:04 PM
arsenm closed this revision.Jun 6 2016, 1:10 PM

r271935