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

Joel E. Denny via flang-commits flang-commits at lists.llvm.org
Fri Feb 7 10:28:29 PST 2025


================
@@ -49,11 +49,13 @@
 
 // TODO: Can the address in a pointer alias the address of a pointer, even when the
 // pointer has no box. Should this be NoAlias?
-// T3: CHECK-DAG: p1.addr#0 <-> p1.tgt#0: MayAlias
+// T3: 
----------------
jdenny-ornl wrote:

```suggestion
// T3 from <https://github.com/llvm/llvm-project/pull/117785#discussion_r1924348480>.
```

So that this is meaningful to others.  Likewise for T4 below.  I assume we will delete these once this discussion concludes.

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


More information about the flang-commits mailing list