This is an archive of the discontinued LLVM Phabricator instance.

GVN-hoist: enable by default
ClosedPublic

Authored by sebpop on Aug 3 2016, 2:12 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

sebpop updated this revision to Diff 66714.Aug 3 2016, 2:12 PM
sebpop retitled this revision from to GVN-hoist: enable by default.
sebpop updated this object.
sebpop added a reviewer: dberlin.
sebpop added subscribers: llvm-commits, hiraditya.
sebpop updated this revision to Diff 66715.Aug 3 2016, 2:13 PM

Remove "experimental" from pass description.

Would you mind putting test/Feature/optnone-opt.ll back as it was before r276479? That would put the pass back in the group where it belongs. (And incidentally prove that the pass is enabled by default.)

This revision was automatically updated to reflect the committed changes.
sebpop added a comment.Aug 3 2016, 7:14 PM

Would you mind putting test/Feature/optnone-opt.ll back as it was before r276479? That would put the pass back in the group where it belongs. (And incidentally prove that the pass is enabled by default.)

Cherry-picked your previous patch in:
https://reviews.llvm.org/rL277688

Thanks for your review!