This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] Add an overload of getStepVector that assumes step 1.
ClosedPublic

Authored by efriedma on Jul 12 2021, 3:19 PM.

Details

Summary

This is mostly a minor convenience, but the pattern seems frequent enough to be worthwhile (and we'll probably add more uses in the future).

Diff Detail

Event Timeline

efriedma created this revision.Jul 12 2021, 3:19 PM
efriedma requested review of this revision.Jul 12 2021, 3:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2021, 3:19 PM
sdesmalen accepted this revision.Jul 14 2021, 9:57 AM

That seems convenient indeed, LGTM!

This revision is now accepted and ready to land.Jul 14 2021, 9:57 AM
This revision was landed with ongoing or failed builds.Jul 14 2021, 11:37 AM
This revision was automatically updated to reflect the committed changes.