This is an archive of the discontinued LLVM Phabricator instance.

[Hexagon] Validate the iterators before converting them to mux.
ClosedPublic

Authored by sgundapa on Oct 3 2019, 9:20 AM.

Details

Reviewers
bcahoon
Summary

The conditional instructions that are translated to mux instructions
are deleted and the iterators to these deleted instructions are being
used later. This patch fixed this issue.

Diff Detail

Event Timeline

sgundapa created this revision.Oct 3 2019, 9:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 3 2019, 9:20 AM
bcahoon accepted this revision.Oct 10 2019, 2:59 PM
This revision is now accepted and ready to land.Oct 10 2019, 2:59 PM
sgundapa closed this revision.Nov 14 2019, 11:14 AM

I forgot to update the Differential Revision in the commit.