[PATCH] D34130: [AMDGPU] Eliminate SGPR to VGPR copy when possible
    Stanislav Mekhanoshin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jun 13 17:22:29 PDT 2017
    
    
  
rampitec added inline comments.
================
Comment at: test/CodeGen/AMDGPU/opt-sgpr-to-vgrp-copy.ll:25
+}
+
+declare i32 @llvm.amdgcn.workitem.id.x() #0
----------------
arsenm wrote:
> Probably need a MIR test to stress multiple uses
Can you be more specific, multiple uses of what? Do you mean multiple uses of the same COPY?
Repository:
  rL LLVM
https://reviews.llvm.org/D34130
    
    
More information about the llvm-commits
mailing list