This patch replaces the SpecialRegisters field with a unique_ptr instead of a raw pointer. This is better practice, and allows us to remove the definition of the dtor for the SystemZSubtarget class.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo