[llvm] AMDGPU: Materialize bitwise not of inline immediates (PR #95960)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jun 21 04:53:23 PDT 2024
    
    
  
arsenm wrote:
> The first 2 changes I thought to avoid the VOPD regression didn't work. Checking if it's a post-RA run and moving the VOPD pass both still see the same regression
The VOPD lit regression was from now handling the reversed FP immediate case. We were always interfering with VOPD here 
https://github.com/llvm/llvm-project/pull/95960
    
    
More information about the llvm-commits
mailing list