[llvm-branch-commits] [llvm] [AMDGPU] Enable atomic optimizer for divergent i64 and double values (PR #96934)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 2 06:22:17 PDT 2024


arsenm wrote:

> > > [AMDGPU] Enable atomic optimizer for divergent i64 and double values
> > 
> > 
> > Needs some i64 tests
> 
> added new i64 tests, however I see there currently exists an issue with DPP path where dpp combine partially fuses the mov_dpp pieces causing machine CSE crash. I have proposed #97413 for now. what would be the correct way forward here ?

You didn't include a (very necessary) test in #97413, but DPP instructions shouldn't be candidates for trivial CSE in the first place? 

https://github.com/llvm/llvm-project/pull/96934


More information about the llvm-branch-commits mailing list