[llvm] [AMDGPU] Fix encoding of VOP3P dpp on GFX11 and GFX12 (PR #82710)
    Stanislav Mekhanoshin via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Feb 23 03:49:17 PST 2024
    
    
  
rampitec wrote:
> I do not have a deep understanding of VOP3P DPP encodings. But the code change seems obvious, and I spot-checked some of the test diffs against SP3.
It is not different in the 3-rd dword, which is DPP. It is just DPP looses bits in the low 64-bits.
https://github.com/llvm/llvm-project/pull/82710
    
    
More information about the llvm-commits
mailing list