[PATCH] D52907: AMDGPU: Don't merge DS opcodes on SI to fix corruption in Hitman
    Nicolai Hähnle via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct 11 12:40:41 PDT 2018
    
    
  
nhaehnle added a comment.
That was a good hint.
It turns out that there is a shader which unconditionally loads from `lds_array[n]` and `lds_array[n+1]` in a loop that starts with `n == -1`...
This patch should be superceded by https://reviews.llvm.org/D53160.
Repository:
  rL LLVM
https://reviews.llvm.org/D52907
    
    
More information about the llvm-commits
mailing list