[all-commits] [llvm/llvm-project] e0660e: [NFC][AArch64] Final Cleanup Pass Initialization (...

Sam Elliott via All-commits all-commits at lists.llvm.org
Tue Apr 29 10:59:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e0660edf22ed1064e80cc1ac80f2a9a00cc7624a
      https://github.com/llvm/llvm-project/commit/e0660edf22ed1064e80cc1ac80f2a9a00cc7624a
  Author: Sam Elliott <quic_aelliott at quicinc.com>
  Date:   2025-04-29 (Tue, 29 Apr 2025)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64CleanupLocalDynamicTLSPass.cpp
    M llvm/lib/Target/AArch64/AArch64FalkorHWPFFix.cpp
    M llvm/lib/Target/AArch64/SMEABIPass.cpp
    M llvm/lib/Target/AArch64/SMEPeepholeOpt.cpp
    M llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp

  Log Message:
  -----------
  [NFC][AArch64] Final Cleanup Pass Initialization (#137744)

This finishes the work from 23c27f3efcdda730b365698ade5fd0c1c283f2e7 to
cleanup where pass initializers are called from, as noted in #111767.

This patch addresses passes where the initializer does not start with
`initializeAArch64`, which seemed to be missed in the previous commit.



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