This is an archive of the discontinued LLVM Phabricator instance.

Fix memory-dereferenceable.ll test
ClosedPublic

Authored by apilipenko on May 20 2015, 5:31 AM.

Details

Summary

One of the testcases introduced by D9365 had incorrect !dereferenceable metadata on load. It must fail but it doesn't due to incorrect order of CHECK/CHECK-NOT commands in test. Fixed both.

Diff Detail

Repository
rL LLVM

Event Timeline

apilipenko updated this revision to Diff 26145.May 20 2015, 5:31 AM
apilipenko retitled this revision from to Fix memory-dereferenceable.ll test.
apilipenko updated this object.
apilipenko edited the test plan for this revision. (Show Details)
apilipenko added a reviewer: sanjoy.
apilipenko added a subscriber: Unknown Object (MLST).
sanjoy accepted this revision.May 20 2015, 12:02 PM
sanjoy edited edge metadata.
This revision is now accepted and ready to land.May 20 2015, 12:02 PM
This revision was automatically updated to reflect the committed changes.