[PATCH] D95116: [PowerPC] Update PC-Relative Load/Store Patterns to use the refactored Load/Store Implementation
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 9 07:57:31 PDT 2021
amyk added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.td:1156
// PC Relative Address
def pcreladdr : ComplexPattern<iPTR, 1, "SelectAddrPCRel", [], []>;
----------------
nemanjai wrote:
> Is this no longer needed?
Yeah, it is no longer needed. I can remove this when I commit the patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95116/new/
https://reviews.llvm.org/D95116
More information about the llvm-commits
mailing list