Files
wasmtime/lib/cretonne/meta
Jakob Stoklund Olesen 22334bcb54 Avoid generating value split instructions.
The legalizer often splits values into parts with the vsplit and
isplit_lohi instructions. Avoid doing that for values that are already
defined by the corresponding concatenation instructions.

This reduces the number of instructions created during legalization, and
it simplifies later optimizations. A number of dead concatenation
instructions are left behind. They can be trivially cleaned up by a dead
code elimination pass.
2017-03-21 15:10:50 -07:00
..
2017-03-10 12:32:44 -08:00
2016-11-22 18:15:21 -08:00
2017-01-25 14:12:36 -08:00
2016-10-24 13:27:10 -07:00
2017-03-03 09:08:28 -08:00