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 b31f352 commit 553cf74Copy full SHA for 553cf74
flang/test/Analysis/AliasAnalysis/ptr-component.fir
@@ -4,8 +4,6 @@
4
// MLIR after convert-hlfir-to-fir. A key difference is that component access
5
// is via fir.coordinate_of instead of hlfir.designate. We would like alias
6
// 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?
9
10
// RUN: fir-opt %s -split-input-file -o /dev/null --mlir-disable-threading \
11
// RUN: -pass-pipeline='builtin.module(func.func(test-fir-alias-analysis))' \
0 commit comments