This is an archive of the discontinued LLVM Phabricator instance.

[BPI] Consider deoptimize calls as "unreachable"
ClosedPublic

Authored by sanjoy on Apr 13 2016, 10:54 PM.

Details

Summary

Calls to @llvm.experimental.deoptimize are expected to "never execute",
so optimize them as such.

Diff Detail

Repository
rL LLVM

Event Timeline

sanjoy updated this revision to Diff 53661.Apr 13 2016, 10:54 PM
sanjoy retitled this revision from to [BPI] Consider deoptimize calls as "unreachable".
sanjoy updated this object.
sanjoy added a reviewer: chandlerc.
sanjoy added a subscriber: llvm-commits.
chandlerc accepted this revision.Apr 18 2016, 12:27 AM
chandlerc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 18 2016, 12:27 AM
This revision was automatically updated to reflect the committed changes.