[PATCH] D87721: [PowerPC][PCRelative] Thread Local Storage Support for Local Dynamic

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 16:41:26 PDT 2020


amyk added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.h:385
+    /// G8RC = PADDI_DTPREL %x3, Symbol - For the pc-rel based local-dynamic TLS
+    /// model, produces an PADDI8 instruction that adds X3 to sym\@dtprel.
+    PADDI_DTPREL,
----------------
nit: s/produces an PADDI8/produces a PADDI8


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87721



More information about the llvm-commits mailing list