This patch serializes the 3 scalar bool attributes from the MachineRegisterInfo class. - isSSA, tracksRegLiveness, tracksSubRegLiveness. I decided to place them into the machine function YAML mapping as they fit rather well into the function's mapping.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM