[all-commits] [llvm/llvm-project] b117cc: [CodeGen][NPM] Account inserted passes for -start/...

Vikram Hegde via All-commits all-commits at lists.llvm.org
Wed Jul 16 04:01:20 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b117ccf40df16bcd0b24e2a91d8f749ddb7933f3
      https://github.com/llvm/llvm-project/commit/b117ccf40df16bcd0b24e2a91d8f749ddb7933f3
  Author: Vikram Hegde <115221833+vikramRH at users.noreply.github.com>
  Date:   2025-07-16 (Wed, 16 Jul 2025)

  Changed paths:
    M llvm/include/llvm/Passes/CodeGenPassBuilder.h
    A llvm/test/tools/llc/new-pm/start-stop-inserted.ll

  Log Message:
  -----------
  [CodeGen][NPM] Account inserted passes for -start/stop options (#148111)

same as https://github.com/llvm/llvm-project/pull/138830

This partly solves the issue
https://github.com/llvm/llvm-project/issues/138831 for -enable-new-pm.

https://github.com/llvm/llvm-project/pull/137290 will not have this
problem, but this needs to be added this till we migrate to the new pass
builder structure.
Even with this, there is no way to -start-after an inserted pass right
now.

Co-authored-by : Oke, Akshat
<[Akshat.Oke at amd.com](mailto:Akshat.Oke at amd.com)>



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