[llvm] [CodeGen][NewPM] Port MachineCopyPropagation to NPM (PR #125202)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 2 22:19:12 PST 2025


================
@@ -14,15 +14,15 @@
 
 ; RUN: llc -enable-new-pm -mtriple=amdgcn -mcpu=gfx1011 -mattr=-wavefrontsize32,+wavefrontsize64 -stop-after=amdgpu-remove-incompatible-functions\
 ; RUN:   -pass-remarks=amdgpu-remove-incompatible-functions < %s 2>%t | FileCheck -check-prefixes=GFX10 %s
-; RUN: llc -enable-new-pm -mtriple=amdgcn -mcpu=gfx1011 -mattr=-wavefrontsize32,+wavefrontsize64 -verify-machineinstrs < %s
+; TODO: llc -enable-new-pm -mtriple=amdgcn -mcpu=gfx1011 -mattr=-wavefrontsize32,+wavefrontsize64 < %s
----------------
arsenm wrote:

I wouldn't bother with these TODO fake run lines, they're just going to accumulate and never be removed 

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


More information about the llvm-commits mailing list