[all-commits] [llvm/llvm-project] cc86d7: Initialize aarch64-cond-br-tuning pass (#132087)

Shubham Sandeep Rastogi via All-commits all-commits at lists.llvm.org
Thu Mar 20 14:49:15 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc86d7cb191a64489e837c68f299abb930f5c6cb
      https://github.com/llvm/llvm-project/commit/cc86d7cb191a64489e837c68f299abb930f5c6cb
  Author: Shubham Sandeep Rastogi <srastogi22 at apple.com>
  Date:   2025-03-20 (Thu, 20 Mar 2025)

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

  Log Message:
  -----------
  Initialize aarch64-cond-br-tuning pass (#132087)

The call to the initializeAArch64CondBrTuningPass function is missing in
the AArch64TargetMachine LLVMInitializeAArch64Target function.

This means that the pass is not in the pass registry and options such as
-run-pass=aarch64-cond-br-tuning and
-stop-after=aarch64-cond-br-tuning cannot be used. This patch fixes that
issue.



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