This repository has been archived on 2024-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
ReinUsesLisp ca05a13c62 glasm: Catch more register leaks
Add support for null registers. These are used when an instruction has
no usages.

This comes handy when an instruction is only used for its CC value, with
the caveat of having to invalidate all pseudo-instructions before
defining the instruction itself in the register allocator. This commits
changes this.

Workaround a bug on Nvidia's condition codes conditional execution using
branches.
2021-07-22 21:51:33 -04:00
..
2021-07-22 21:51:33 -04:00
2021-07-22 21:51:33 -04:00