[flang-commits] [flang] [flang] AliasAnalysis: Fix pointer component logic (PR #94242)

via flang-commits flang-commits at lists.llvm.org
Wed Aug 21 00:48:58 PDT 2024


================
@@ -0,0 +1,841 @@
+// Check AliasAnalysis for pointer components.
+//
+// Throughout this test, The ".fir" suffix on symbols indicates a version of the
+// MLIR after convert-hlfir-to-fir.  A key difference is that component access
+// is via fir.coordinate_of instead of hlfir.designate.  We would like alias
+// analysis results to be the same in both versions.
+//
+// TODO: What about merging with alias-analysis-3.fir as it has the same focus?
----------------
jeanPerier wrote:

better to keep test files not too big for faster testing/debugging.

https://github.com/llvm/llvm-project/pull/94242


More information about the flang-commits mailing list