This is an archive of the discontinued LLVM Phabricator instance.

[IR] Add {is,set,setNot}Convergent() functions to CallSite, CallInstr, and InvokeInstr.
ClosedPublic

Authored by jlebar on Feb 16 2016, 5:01 PM.

Diff Detail

Event Timeline

jlebar updated this revision to Diff 48130.Feb 16 2016, 5:01 PM
jlebar retitled this revision from to [IR] Add {is,set,setNot}Convergent() functions to CallSite, CallInstr, and InvokeInstr..
jlebar updated this object.
jlebar added reviewers: jingyue, arsenm.
jlebar added a subscriber: llvm-commits.
reames accepted this revision.Feb 16 2016, 7:31 PM
reames added a reviewer: reames.
reames added a subscriber: reames.

LGTM

This revision is now accepted and ready to land.Feb 16 2016, 7:31 PM
This revision was automatically updated to reflect the committed changes.