Note that the "widen" legalization group is not yet implemented.

This commit is contained in:
Dan Gohman
2018-03-28 13:44:16 -07:00
parent 8d560cf8ba
commit c3f044ff46

View File

@@ -41,6 +41,8 @@ widen = XFormGroup('widen', """
The transformations in the 'widen' group work by expressing The transformations in the 'widen' group work by expressing
instructions in terms of larger types. instructions in terms of larger types.
This group is not yet implemented.
""") """)
expand = XFormGroup('expand', """ expand = XFormGroup('expand', """