This is an archive of the discontinued LLVM Phabricator instance.

InstCombine: Don't strip convergent from intrinsic callsites
ClosedPublic

Authored by arsenm on Jun 10 2016, 4:20 PM.

Details

Reviewers
majnemer
Summary

Specific instances of intrinsic calls may want to be convergent, such as certain register reads but the intrinsic declaration is not.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 60424.Jun 10 2016, 4:20 PM
arsenm retitled this revision from to InstCombine: Don't strip convergent from intrinsic callsites.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
majnemer accepted this revision.Jun 20 2016, 10:34 AM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 20 2016, 10:34 AM
arsenm closed this revision.Jun 20 2016, 12:11 PM

r273188