This is an archive of the discontinued LLVM Phabricator instance.

RegAlloc: Clear isSSA
ClosedPublic

Authored by arsenm on Oct 26 2020, 6:54 AM.

Details

Reviewers
qcolombet
Summary

The MIR parser may infer SSA, so -run-pass=regallocgreedy would hit a
verifier error after multiple vreg defs are added.

Diff Detail

Event Timeline

arsenm created this revision.Oct 26 2020, 6:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 26 2020, 6:54 AM
arsenm requested review of this revision.Oct 26 2020, 6:54 AM
qcolombet accepted this revision.Oct 27 2020, 9:10 AM
This revision is now accepted and ready to land.Oct 27 2020, 9:10 AM