[PATCH] D33105: [AMDGPU] Turn register pressure estimation into forward tracker
    Valery Pykhtin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May 15 07:12:58 PDT 2017
    
    
  
vpykhtin added a comment.
If I don't mistake downward tracker cannot work on arbitrary instruction order, so let's change it's interface so that it tracks current instruction and move it, likewise like llvm standard tracker, that is reset(MI), advance()
Repository:
  rL LLVM
https://reviews.llvm.org/D33105
    
    
More information about the llvm-commits
mailing list