[llvm] [OpenMP] [IR Builder] Changes to Support Scan Operation (PR #136035)
    Anchu Rajendran S via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Aug  5 12:09:18 PDT 2025
    
    
  
================
@@ -3774,6 +3900,84 @@ class CanonicalLoopInfo {
   LLVM_ABI void invalidate();
 };
 
+/// ScanInfo holds the information to assist in lowering of Scan reduction.
+/// Before lowering, body of the for loop specifying scan reduction is expected
----------------
anchuraj wrote:
Updated.
https://github.com/llvm/llvm-project/pull/136035
    
    
More information about the llvm-commits
mailing list