[PATCH] D74486: [PowerPC][Future] Add initial support for PC Relative addressing for constant pool loads
Victor Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 17 09:38:12 PDT 2020
NeHuang added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/csr-split.ll:13
define dso_local signext i32 @test1(i32* %b) local_unnamed_addr {
+; CHECK-FUTURE-LABEL: test1:
----------------
No PCRel instructions added for these test cases when add "mcpu=future". There are some non-GOT indirect-access load patterns but not constant pool loads in the test. We should revert the changes in this file. (most probably this file was touched by the old design.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74486/new/
https://reviews.llvm.org/D74486
More information about the llvm-commits
mailing list