[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 1 22:17:53 PDT 2023
lkail added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-ie-ldst.ll:1557
+
+; 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
----------------
Are these CHECK lines generated by the script? If not, better remove the head line.
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