This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix assert when erroring on a call
ClosedPublic

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

Details

Reviewers
tstellarAMD
Summary

For some reason an assert is now hit when a valid chain is not returned, so return the entry chain.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 57411.May 16 2016, 3:27 PM
arsenm retitled this revision from to AMDGPU: Fix assert when erroring on a call.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
arsenm updated this revision to Diff 57522.May 17 2016, 2:41 PM

Fix another assert. Test erroring multiple times in the same module

tstellarAMD accepted this revision.May 18 2016, 6:24 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 18 2016, 6:24 AM
arsenm closed this revision.May 18 2016, 9:16 AM

r269948