This is an archive of the discontinued LLVM Phabricator instance.

[MIRPrinter] Use %subreg.xxx syntax for subregister index operands
ClosedPublic

Authored by bjope on Nov 6 2017, 1:30 PM.

Details

Summary

Print %subreg.<subregidxname> instead of just the subregister
index when printing immediate operands corresponding to subreg
indices in INSERT_SUBREG, EXTRACT_SUBREG, SUBREG_TO_REG and
REG_SEQUENCE.

Diff Detail

Repository
rL LLVM

Event Timeline

bjope created this revision.Nov 6 2017, 1:30 PM
MatzeB accepted this revision.Nov 6 2017, 1:33 PM

Ah yes, should have done this from the start when introducing the subreg syntax.

LGTM, thanks!

This revision is now accepted and ready to land.Nov 6 2017, 1:33 PM
This revision was automatically updated to reflect the committed changes.