[PATCH] D87071: [Scheduling] Add a mutation to schedule GOT indirect instructions close to each other for linker optimization

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 22:28:02 PDT 2020


steven.zhang added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/pcrel-tail-calls.ll:23
 ; CHECK-NEXT:    pld r4, Function at got@pcrel(0), 1
+; CHECK-NEXT:    pld r3, Func at got@pcrel(0), 1
 ; CHECK-NEXT:    std r4, 0(r3)
----------------
Is it a bug of our peephole that miss to create the relocation symbol  ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87071



More information about the llvm-commits mailing list