[all-commits] [llvm/llvm-project] e4dea2: [X86][NewPM] Add Skeleton for X86 Pass Registry (#...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Fri Jul 25 08:39:09 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4dea2da3053ea8883421618abebfaf17ea30f7f
      https://github.com/llvm/llvm-project/commit/e4dea2da3053ea8883421618abebfaf17ea30f7f
  Author: Aiden Grossman <aidengrossman at google.com>
  Date:   2025-07-25 (Fri, 25 Jul 2025)

  Changed paths:
    M llvm/lib/Target/X86/X86PassRegistry.def

  Log Message:
  -----------
  [X86][NewPM] Add Skeleton for X86 Pass Registry (#150573)

This patch adds most of the x86 legacy passes to the pass registry for
the NewPM. This is intended to outline the work that needs to be done to
get them all ported over.

At least two of the dummy function passes (lower-amx-intrinsics,
lower-amx-type) sort of already have NewPM versions, but leaving them as
dummy function passes for now because they need some touch up before
they actually work.



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