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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D9877
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
Event Timelineapilipenko updated this object. This revision is now accepted and ready to land.May 20 2015, 12:02 PM Closed by commit rL237897: Fix memory-dereferenceable.ll test (authored by apilipenko). · Explain WhyMay 21 2015, 5:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 26227 llvm/trunk/test/Analysis/ValueTracking/memory-dereferenceable.ll
|