[llvm] [OpenMP] Move KernelInfoState and AAKernelInfo to OpenMPOpt.h (PR #71878)
    Johannes Doerfert via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Nov 10 13:13:56 PST 2023
    
    
  
================
@@ -4889,8 +4702,9 @@ struct AAKernelInfoCallSite : AAKernelInfo {
 
     // Next we check if we know the callee. If it is a known OpenMP function
     // we will handle them explicitly in the switch below. If it is not, we
-    // will use an AAKernelInfo object on the callee to gather information and
-    // merge that into the current state. The latter happens in the updateImpl.
+    // will use an AAKernelInfoImpl object on the callee to gather information
----------------
jdoerfert wrote:
Don't change it here.
https://github.com/llvm/llvm-project/pull/71878
    
    
More information about the llvm-commits
mailing list