[llvm] [CodeGen] Port MachineUniformityAnalysis to new pass manager (PR #137578)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 28 00:35:40 PDT 2025


================
@@ -1,4 +1,5 @@
 # RUN: llc -mtriple=amdgcn-- -mcpu=gfx900 -run-pass=print-machine-uniformity -o - %s 2>&1 | FileCheck %s
+# RUN: llc -mtriple=amdgcn-- -mcpu=gfx900 -passes='print<machine-uniformity>' -o - %s 2>&1 | FileCheck %s
----------------
arsenm wrote:

use filetype=null? stdout is discarded 

https://github.com/llvm/llvm-project/pull/137578


More information about the llvm-commits mailing list