This is an archive of the discontinued LLVM Phabricator instance.

[LV] Use getMask() when printing recipe [NFCI]
ClosedPublic

Authored by gilr on Dec 28 2019, 9:35 AM.

Details

Summary

Use dedicated API for getting the mask instead of duplicating it.

Diff Detail

Event Timeline

gilr created this revision.Dec 28 2019, 9:35 AM
gilr retitled this revision from [LV] Use getMask() when printing recipe to [LV] Use getMask() when printing recipe [NFCI].Dec 28 2019, 9:55 AM
fhahn accepted this revision.Dec 28 2019, 2:11 PM
fhahn added a subscriber: fhahn.

LGTM

This revision is now accepted and ready to land.Dec 28 2019, 2:11 PM
gilr added a comment.Dec 28 2019, 11:05 PM

LGTM

Thanks @fhahn !

This revision was automatically updated to reflect the committed changes.