[flang-commits] [flang] [flang] Stop tracking memory source after a load in a more explicit manner. (PR #126156)

via flang-commits flang-commits at lists.llvm.org
Fri Feb 7 01:29:02 PST 2025


================
@@ -600,6 +590,41 @@ AliasAnalysis::Source AliasAnalysis::getSource(mlir::Value v,
             defOp = v.getDefiningOp();
             return;
----------------
jeanPerier wrote:

Any idea why the OpenMP case should not follow the same logic and continue the walk?

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


More information about the flang-commits mailing list