[llvm] [AMDGPU] Enable constant offset promotion to immediate FLAT (PR #93884)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri May 31 02:45:38 PDT 2024
    
    
  
================
@@ -2055,10 +2055,16 @@ bool SILoadStoreOptimizer::promoteConstantOffsetToImm(
   if (!(MI.mayLoad() ^ MI.mayStore()))
----------------
arsenm wrote:
Atomics have identical addressing modes, they should be handled the same way 
https://github.com/llvm/llvm-project/pull/93884
    
    
More information about the llvm-commits
mailing list