[llvm] [AIX][TLS] Optimize the small local-exec access sequence for non-zero offsets (PR #71485)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 24 13:11:39 PST 2024
================
@@ -1523,19 +1558,50 @@ void PPCAsmPrinter::emitInstruction(const MachineInstr *MI) {
EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::EnforceIEIO));
return;
}
+ case PPC::LBZ:
----------------
diggerlin wrote:
My question is "the thread pointer for tls r13 is only for 64bit , does the instruction will be selected PPC::LBZ when the compiler target is 64bit?"
https://github.com/llvm/llvm-project/pull/71485
More information about the llvm-commits
mailing list