[PATCH] D75280: [PowerPC][Future] Add initial support for PC Relative addressing for global values

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 10 14:13:57 PDT 2020


lei added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.td:978
+def pcreladdr : ComplexPattern<iPTR, 1, "SelectAddrPCRel", [], []>;
+
 // The address in a single register. This is used with the SjLj
----------------
Why is this code move needed?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75280/new/

https://reviews.llvm.org/D75280





More information about the llvm-commits mailing list