Skip to content

Commit ea40a25

Browse files
committed
Give test more meaningful name
1 parent a61be3a commit ea40a25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

flang/test/Analysis/AliasAnalysis/alias-analysis-9.fir renamed to flang/test/Analysis/AliasAnalysis/ptr-component.fir

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
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

0 commit comments

Comments
 (0)