[all-commits] [llvm/llvm-project] 146abe: [AArch64][NFC] Avoid relocations in LdStNInstrDesc...

Alexis Engelke via All-commits all-commits at lists.llvm.org
Tue Jun 9 10:46:42 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 146abed5cd072a27c4240c7cf53b764571e62462
      https://github.com/llvm/llvm-project/commit/146abed5cd072a27c4240c7cf53b764571e62462
  Author: Alexis Engelke <engelke at in.tum.de>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp

  Log Message:
  -----------
  [AArch64][NFC] Avoid relocations in LdStNInstrDesc (#202025)

These are small strings, so instead of an 8 byte string pointer that
needs a relocation store the strings directly inline. This avoids 320
relocations in libLLVM.so.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list