This is an archive of the discontinued LLVM Phabricator instance.

Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.
ClosedPublic

Authored by mjacob on Dec 22 2015, 9:29 AM.

Details

Summary

These were deprecated 11 months ago when a generic
llvm.experimental.gc.result intrinsic, which works for all types, was added.

Diff Detail

Event Timeline

mjacob updated this revision to Diff 43454.Dec 22 2015, 9:29 AM
mjacob retitled this revision from to Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics..
mjacob updated this object.
mjacob added reviewers: sanjoy, reames.
mjacob added subscribers: llvm-commits, chenli.
reames accepted this revision.Dec 22 2015, 10:35 AM
reames edited edge metadata.

LGTM. Thanks for the cleanup!

This revision is now accepted and ready to land.Dec 22 2015, 10:35 AM
mjacob closed this revision.Dec 22 2015, 10:48 AM