[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
Thu Jan 25 08:34:16 PST 2024


================
@@ -1523,19 +1558,50 @@ void PPCAsmPrinter::emitInstruction(const MachineInstr *MI) {
     EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::EnforceIEIO));
     return;
   }
+  case PPC::LBZ:
----------------
diggerlin wrote:

thanks for confirm the PPC::LBZ 

https://github.com/llvm/llvm-project/pull/71485


More information about the llvm-commits mailing list