This is an archive of the discontinued LLVM Phabricator instance.

GVN-hoist: limit the length of dependent instructions
ClosedPublic

Authored by sebpop on Aug 1 2016, 12:26 PM.

Details

Summary

Limit the number of times the while(1) loop is executed.
With this restriction the number of hoisted instructions does not change in a significant way on the test-suite.

Diff Detail

Repository
rL LLVM

Event Timeline

sebpop updated this revision to Diff 66355.Aug 1 2016, 12:26 PM
sebpop retitled this revision from to GVN-hoist: limit the length of dependent instructions.
sebpop updated this object.
sebpop added a reviewer: dberlin.
sebpop added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.