[llvm-branch-commits] [llvm] [AMDGPU] start using new pass manager for backend codegen (PR #210251)
Vikram Hegde via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Aug 23 22:30:15 PDT 2026
================
@@ -1,5 +1,5 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
-# RUN: llc -mtriple=amdgpu9.00-amd-amdpal -start-before=greedy,2 -stop-after=tailduplication -verify-machineinstrs -o - %s | FileCheck %s
+# RUN: llc -mtriple=amdgpu9.00-amd-amdpal -start-before=greedy,3 -stop-after=tailduplication -verify-machineinstrs -o - %s | FileCheck %s
----------------
vikramRH wrote:
NPM basically indexes pass numbers starting from 1. (i.e 1 means first pass instance and so on). I think this is the more natural/right behavior.
https://github.com/llvm/llvm-project/pull/210251
More information about the llvm-branch-commits
mailing list