Files
wasmtime/lib
Jakob Stoklund Olesen dcad3fa339 Fix coloring bug with combined constraints and global values.
The Intel instruction "v1 = ushr v2, v2" will implicitly fix the output
register for v2 to %rcx because the output is tied to the first input
operand and the second input operand is fixed to %rcx.

Make sure we handle this transitive constraint when checking for
interference with the globally live registers.

Fixes #218
2018-01-17 15:51:08 -08:00
..
2018-01-08 16:19:16 -08:00
2017-11-23 14:08:47 -08:00
2017-11-08 10:40:37 -08:00
2018-01-08 16:19:16 -08:00