This is an archive of the discontinued LLVM Phabricator instance.

Adding a test showing the current state of poor code gen of search loop
ClosedPublic

Authored by avt77 on Sep 30 2016, 8:37 AM.

Details

Summary

PR27136 shows failure to hoist constant out of loop. This test is used as start point to fix the failure: it shows the current state of codegen and discovers what should be fixed

Diff Detail

Repository
rL LLVM

Event Timeline

avt77 updated this revision to Diff 73057.Sep 30 2016, 8:37 AM
avt77 retitled this revision from to Adding a test showing the current state of poor code gen of search loop.
avt77 updated this object.
avt77 added reviewers: RKSimon, spatel, ABataev.
RKSimon accepted this revision.Sep 30 2016, 9:13 AM
RKSimon edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 30 2016, 9:13 AM
This revision was automatically updated to reflect the committed changes.