Files
wasmtime/cranelift
Jakob Stoklund Olesen c091a695e6 Fix coalescer bug exposed by the gvn-unremovable-phi test.
When we detect interference between the values that have already been
merged into the candidate virtual register and an EBB argument, we first
try to resolve the conflict by splitting. We also check if the existing
interfering value is fundamentally incompatible with the branch
instruction so it needs to be removed from the virtual register,
restarting the merge operation.

However, this existing interfering value is not necessarily the only
interference, so the split is not guaranteed to resolve the conflict. If
it turns out that splitting didn't resolve the conflict, restart the
merge after removing this second conflicting value.
2017-10-03 11:13:46 -07:00
..
2017-09-19 15:54:02 -07:00
2017-09-20 15:50:02 -07:00
2017-06-23 09:36:21 -07:00
2016-01-12 16:51:35 -08:00
2017-09-12 13:27:58 -07:00