This patch updates the PC-Relative load and store patterns to utilize the refactored load/store implementation introduced in D93370.
PC-Relative implementation has been added to PPCISelLowering.cpp, and also the patterns in PPCInstrPrefix.td have been updated and no longer require AddedComplexity.
All existing test cases pass with this update.
Depends on D95115
clang-tidy: warning: invalid case style for function 'SelectPCRelForm' [readability-identifier-naming]
not useful