This is an archive of the discontinued LLVM Phabricator instance.

[GC] Verify-pass void vararg functions in gc.statepoint
ClosedPublic

Authored by artagnon on Jan 20 2015, 11:09 AM.

Details

Summary

With the appropriate Verifier changes, exactracting the result out of a
statepoint wrapping a vararg function crashes. However, a void vararg
function works fine: commit this first step.

Diff Detail

Repository
rL LLVM

Event Timeline

artagnon updated this revision to Diff 18445.Jan 20 2015, 11:09 AM
artagnon retitled this revision from to [GC] Verify-pass void vararg functions in gc.statepoint.
artagnon updated this object.
artagnon edited the test plan for this revision. (Show Details)
artagnon added a reviewer: reames.
artagnon added a subscriber: Unknown Object (MLST).
reames edited edge metadata.Jan 20 2015, 11:37 AM

LGTM, thanks for splitting this out.

This revision was automatically updated to reflect the committed changes.