Files
wasmtime/cranelift
Jakob Stoklund Olesen 0a6500c99a Avoid making solver variables for fixed input constraints.
When the coloring pass sees an instruction with a fixed input register
constraint that is already satisfied, make sure to tell the solver
about it anyway.

There are situations where the solver wants to convert a value to a
solver variable, and we can't allow that if the same value is also used
for a fixed register operand.

Fixes #221.
2018-01-17 15:01:00 -08:00
..
2018-01-12 13:12:50 -08:00
2017-06-23 09:36:21 -07:00
2017-11-22 11:35:03 -08:00
2016-01-12 16:51:35 -08:00
2017-09-12 13:27:58 -07:00