We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff140e7 commit 7f7b43cCopy full SHA for 7f7b43c
flang/test/Analysis/AliasAnalysis/alias-analysis-2.fir
@@ -47,7 +47,7 @@
47
// CHECK-DAG: arg2.load#0 <-> arg2.addr#0: MustAlias
48
// CHECK-DAG: boxp1.addr#0 <-> arg2.addr#0: MayAlias
49
50
-// TODO: Can the address in a pointer alias the address of a pointer, even when the
+// TODO: Can the address in a pointer alias the address of a pointer, when the
51
// pointer has no box. Should this be NoAlias?
52
// T3 from <https://github.com/llvm/llvm-project/pull/117785#discussion_r1924348480>.
53
// CHECK-DAG: p1.addr#0 <-> p1.tgt#0: MayAlias
0 commit comments