This is an archive of the discontinued LLVM Phabricator instance.

MemDerefPrinter: Require DataLayoutPass for higher accuracy
ClosedPublic

Authored by artagnon on Feb 9 2015, 9:12 AM.

Details

Summary

Without a valid data layout, deferenceable(N) doesn't get parsed or
propagated. Since this is the key item we are testing, add a dependency
on the pass.

Diff Detail

Repository
rL LLVM

Event Timeline

artagnon updated this revision to Diff 19590.Feb 9 2015, 9:12 AM
artagnon retitled this revision from to MemDerefPrinter: Require DataLayoutPass for higher accuracy.
artagnon updated this object.
artagnon edited the test plan for this revision. (Show Details)
artagnon added reviewers: echristo, sanjoy, reames.
artagnon added a subscriber: Unknown Object (MLST).
reames edited edge metadata.Feb 9 2015, 1:41 PM

LGTM.

This revision was automatically updated to reflect the committed changes.