File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
flang/test/Analysis/AliasAnalysis Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 44// MLIR after convert-hlfir-to-fir. A key difference is that component access
55// is via fir.coordinate_of instead of hlfir.designate. We would like alias
66// analysis results to be the same in both versions.
7+ //
8+ // TODO: What about merging with alias-analysis-3.fir as it has the same focus?
79
810// RUN: fir-opt %s -split-input-file -o /dev/null --mlir-disable-threading \
911// RUN: -pass-pipeline='builtin.module(func.func(test-fir-alias-analysis))' \
1012// RUN: 2>&1 | FileCheck -match-full-lines %s
1113
12- // FIXME: What about renaming this test to ptr-component.fir? What about
13- // merging with alias-analysis-3.fir as it has the same focus?
14-
1514// module m
1615// type t
1716// type(t), pointer :: next
You can’t perform that action at this time.
0 commit comments