[flang-commits] [flang] [flang] AliasAnalysis: More formally define and distinguish between data and non-data (PR #91020)

Joel E. Denny via flang-commits flang-commits at lists.llvm.org
Mon May 6 12:57:07 PDT 2024


================
@@ -38,10 +38,6 @@ struct AliasAnalysis {
              HostAssoc,
              /// Represents direct memory access whose source cannot be further
              /// determined
-             Direct,
-             /// Represents memory allocated by unknown means and
-             /// with the memory address defined by a memory reading
-             /// operation (e.g. fir::LoadOp).
              Indirect,
----------------
jdenny-ornl wrote:

Does this remove the wrong set of comments?  The result is that `Indirect` is documented as "Represents *direct* memory access ...".

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


More information about the flang-commits mailing list