This is an archive of the discontinued LLVM Phabricator instance.

[Asm] Finish matching once end of formal and actual lists reached (NFC)
ClosedPublic

Authored by olista01 on Aug 15 2017, 8:20 AM.

Details

Summary

This is NFC, as the matcher would continue looping up to the maximum
number of operands with no effect, but this should improve performance a
bit, and makes the debug trace clearer.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 111172.Aug 15 2017, 8:20 AM
olista01 created this revision.

Now with diff context.

rengolin accepted this revision.Nov 21 2017, 5:24 AM

LGTM, thanks!

This revision is now accepted and ready to land.Nov 21 2017, 5:24 AM
This revision was automatically updated to reflect the committed changes.