This is an archive of the discontinued LLVM Phabricator instance.

RenameIndependentSubregs: Fix iterator problem
ClosedPublic

Authored by arsenm on Jun 26 2017, 1:49 PM.

Details

Reviewers
MatzeB
Summary

Fixes bug 33597.

Use of substituteRegister in the tied operand case messes
up the register use iterator, causing some uses to be left
unprocessed.

Diff Detail

Event Timeline

arsenm created this revision.Jun 26 2017, 1:49 PM
MatzeB accepted this revision.Jun 26 2017, 1:53 PM

Thanks, LGTM!

This revision is now accepted and ready to land.Jun 26 2017, 1:53 PM
arsenm closed this revision.Jun 26 2017, 2:34 PM

r306333