Files
regalloc2/src
Chris Fallin a369150213 Make some improvements to clarity of checker implementation. (#37)
This PR makes two changes, both suggested by @fitzgen in #36:

1. It updates the top-level description of the analysis to more
   simply and accurately describe the analysis lattice.

2. It modifies both the `CheckerValue` and `CheckerState` types to be
   enums with separate arms for the top/universe value, and adds helpers
   as appropriate to update the values. There should be no functional
   change; this update just makes the meet-functions and updates more
   clear, and makes a bad state ("top" but with values) unrepresentable.

Closes #36.
2022-03-30 11:23:56 -07:00
..
2022-03-03 16:58:33 -08:00
2021-12-01 01:43:20 +00:00
2022-01-11 13:03:21 +00:00
2021-08-12 14:00:20 -07:00
2021-12-01 01:43:20 +00:00