[llvm] [Codegen] Remove redundant instruction using machinelateCleanup (PR #139716)
    Rohit Aggarwal via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May 15 05:52:40 PDT 2025
    
    
  
================
@@ -113,8 +113,7 @@ define amdgpu_kernel void @stored_fi_to_fi() #0 {
 
 ; GCN-LABEL: {{^}}stored_fi_to_global:
 ; GCN: buffer_store_dword v{{[0-9]+}}, off, s{{\[[0-9]+:[0-9]+\]}}, 0{{$}}
-; GCN: v_mov_b32_e32 [[FI:v[0-9]+]], 0{{$}}
-; GCN: buffer_store_dword [[FI]]
----------------
rohitaggarwal007 wrote:
I will check
https://github.com/llvm/llvm-project/pull/139716
    
    
More information about the llvm-commits
mailing list