[llvm] Invalidate analyses after running Attributor in OpenMPOpt (PR #74908)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 09:19:01 PST 2023


================
@@ -1286,6 +1288,8 @@ struct InformationCache {
     return AssumeOnlyValues.contains(&I);
   }
 
+  void invalidateAnalyses() { AG.invalidateAnalyses(); }
----------------
jdoerfert wrote:

Same.

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


More information about the llvm-commits mailing list