[PATCH] D156292: [PowerPC] Support initial-exec TLS relocation on AIX

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 01:52:47 PDT 2023


lkail added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-ie-ldst.ll:1560
+
+; LARGE64-COUNT-16: .tc [[NAME:[a-z_]+]][TE],[[NAME]][{{T|U}}L]@ie
+; SMALL64-COUNT-16: .tc [[NAME:[a-z_]+]][TC],[[NAME]][{{T|U}}L]@ie
----------------
You may add checks of labels `L..Cx` rather than simply counting number of TOC entries. We should care about each TLV and its corresponding relocation expressions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156292



More information about the llvm-commits mailing list