Files
wasmtime/lib
Jakob Stoklund Olesen 1968ebad58 Evaluate instruction predicates during legalization.
The generated legalization code needs to evaluate any instruction
patterns on the input pattern being matched.

Emit predicate checking code inside the InstructionFormat pattern match
where all the instruction's immediate fields are available to the
predicate code.

Also make sure an `args` array is available for any type predicates to
evaluate correctly.
2017-07-28 15:22:53 -07:00
..
2017-06-19 16:24:10 -07:00
2017-07-14 13:57:44 -07:00