[polly] [Polly] Data flow reduction detection to cover more cases (PR #84901)
    Michael Kruse via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Jul 25 08:21:41 PDT 2024
    
    
  
================
@@ -2557,7 +2568,6 @@ bool checkCandidatePairAccesses(MemoryAccess *LoadMA, MemoryAccess *StoreMA,
                      .intersect_domain(isl::manage(Domain.copy()));
     isl::set RS = R.range();
     isl::set WS = W.range();
-
----------------
Meinersbur wrote:
Please try to avoid unrelated changes.
https://github.com/llvm/llvm-project/pull/84901
    
    
More information about the llvm-commits
mailing list