[all-commits] [llvm/llvm-project] 00bbf1: [AArch64] Factor out the emission of MOV and MOVZ/...

Anatoly Trosinenko via All-commits all-commits at lists.llvm.org
Wed Sep 25 09:57:09 PDT 2024


  Branch: refs/heads/users/atrosinenko/aarch64-asm-printer-factor-out-insns
  Home:   https://github.com/llvm/llvm-project
  Commit: 00bbf1f0788489a4bcf56103bdf3571f0ff9b3cd
      https://github.com/llvm/llvm-project/commit/00bbf1f0788489a4bcf56103bdf3571f0ff9b3cd
  Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
  Date:   2024-09-25 (Wed, 25 Sep 2024)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp

  Log Message:
  -----------
  [AArch64] Factor out the emission of MOV and MOVZ/MOVK instructions

Throughout the AArch64AsmPrinter implementation, there are a few common
instructions emitted at many places: ORRXrs as an alias of "mov Xd, Xm"
and movz/movk for materialization of constants. This commit introduces
utility functions for emission of these three instructions.



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