Unverified Commit 3e49ce6e authored by Matt Arsenault's avatar Matt Arsenault Committed by GitHub
Browse files

InlineSpiller: Delete assert that implicit_def has no implicit operands (#69087)

It's not a verifier enforced property that implicit_def may only have
one operand. Fixes assertions after the coalescer implicit-defs to
preserve super register liveness to arbitrary instructions.

For some reason I'm unable to reproduce this as a MIR test running only
the allocator for the x86 test. Not sure it's worth keeping around.
parent d2e7a15d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment