Files
wasmtime/lib/cretonne
Jakob Stoklund Olesen 130c4acf51 Compute register class intersections.
Ensure that the set of register classes is closed under intersection.

Provide a RegClass::intersect() method which finds the register class
representing the intersection of two classes.

Generate a bit-mask of subclasses for each register class to be used by
the intersect() method.

Ensure that register classes are sorted topologically. This is also used
by the intersect() method.
2017-01-25 13:57:43 -08:00
..
2017-01-25 13:57:43 -08:00
2016-10-17 14:44:43 -07:00