[PATCH] D74486: [PowerPC][Future] Add initial support for PC Relative addressing for constant pool loads
Anil Mahmud via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 06:03:31 PST 2020
anil9 added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:2413
+
+ // If we have a PC Relative target flag don't select as [r+imm]. It will be
+ // a [pc+imm].
----------------
The last comment and this comment could be made similar. I prefer this one.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74486/new/
https://reviews.llvm.org/D74486
More information about the llvm-commits
mailing list