Make doSpillCalleeSavedRegs a member function, instead of passing most of the members of PEI as arguments.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM. I wish we wouldn't use std::functions here at all and instead something like a base class with two subclasses, but that is for another patch.