Files
wasmtime/lib/cretonne/meta
Jakob Stoklund Olesen d48f79aa72 Avoid creating aliases when expanding legalizer patterns.
Now that we can detach and reuse all values, there is no longer a need
to create a lot of alias values during pattern expansion. Instead, reuse
the values from the source pattern when emitting instructions in the
destination pattern.

If a destination instruction produces the exact same values as a source
instruction, simply leave the values attached and replace the
instruction it. Otherwise, detach the source values, reuse them in the
expansion, and remove the source instruction afterwards.
2017-04-13 09:30:21 -07:00
..
2017-01-25 14:12:36 -08:00
2017-03-30 15:16:44 -07:00
2017-03-30 15:16:44 -07:00
2017-04-06 15:17:57 -07:00
2017-03-30 15:16:44 -07:00
2017-03-30 15:16:44 -07:00
2017-03-30 15:16:44 -07:00