aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Cminortyping.v
Commit message (Collapse)AuthorAgeFilesLines
* Type inference and type checking for CminorXavier Leroy2019-06-061-0/+797
This module is similar to RTLtyping: it performs type inference and type checking, but on the Cminor intermediate representation rather than the RTL IR. For each function, it returns a mapping from variables to types. Its first use will be if-conversion optimization.