[flang-commits] [flang] [flang] Stop tracking memory source after a load in a more explicit manner. (PR #126156)
Renaud Kauffmann via flang-commits
flang-commits at lists.llvm.org
Fri Feb 7 10:46:16 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:
----------------
Renaud-K wrote:
I see no need to remove the tests. T4 was a good find. I can make T3 point to this discussion though we should really be discussing it outside of it.
https://github.com/llvm/llvm-project/pull/126156
More information about the flang-commits
mailing list