This is an archive of the discontinued LLVM Phabricator instance.

[Asm] Improve "too few operands" errors
ClosedPublic

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

Details

Summary
  • We can still emit this error if the actual instruction has two or more operands missing compared to the expected one.
  • We should only emit this error once per instruction.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 created this revision.Aug 15 2017, 8:23 AM
rengolin accepted this revision.Nov 21 2017, 5:23 AM

LGTM, thanks!

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