[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:49:38 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:

Sorry, I just meant removing the comments, but that's not critical.

Giving some meaning here to the labels "T3" and "T4" would be helpful for the future, I think.

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


More information about the flang-commits mailing list