Skip to content
Unverified Commit 538a83e4 authored by Matt Arsenault's avatar Matt Arsenault Committed by GitHub
Browse files

RegisterCoalescer: Add undef flags in removePartialRedundancy (#75152)

If the copy being hoisted was undef, we have the same problems that
eliminateUndefCopy needs to solve. We would effectively be introducing a
new live out implicit_def. We need to add an undef flag to avoid
artificially introducing a live through undef value. Previously, the
verifier would fail due to the dead def inside the loop providing the
live in value for the %1 use.
parent aee93cfe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment