This is an archive of the discontinued LLVM Phabricator instance.

Adjust the backend-optimization-failure.cpp test case
ClosedPublic

Authored by sanjoy on Mar 1 2015, 11:52 PM.

Details

Summary

r230921 broke backend-optimization-failure.cpp: after
r230921, LLVM no longer emits an expression to compute 'Length - 1'
and this perturbs LoopSimplify enough to emit the warning on line 10
instead of line 9. This is a review request to fix the test case once
I re-land r230921.

Diff Detail

Event Timeline

sanjoy updated this revision to Diff 20981.Mar 1 2015, 11:52 PM
sanjoy retitled this revision from to Adjust the backend-optimization-failure.cpp test case.
sanjoy updated this object.
sanjoy edited the test plan for this revision. (Show Details)
sanjoy added a reviewer: majnemer.
sanjoy added a subscriber: Unknown Object (MLST).
majnemer accepted this revision.Mar 2 2015, 1:08 PM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 2 2015, 1:08 PM
sanjoy closed this revision.Mar 2 2015, 1:50 PM

Was checked in in rL231020.