Extend FixupStatepointCallerSaved pass with ability to spill
statepoint GC pointer arguments (optionally allowing them on CSRs).
Special handling is required for invoke statepoints, because at MI
level single landing pad may be shared my multiple statepoints, so
we must ensure we spill landing pad's live-ins into the same stack
slots.
Full change set is available at D81603.
clang-tidy: warning: invalid case style for variable 'i' [readability-identifier-naming]
not useful