[flang-commits] [flang] [flang] AliasAnalysis: More formally define and distinguish between data and non-data (PR #91020)
Renaud Kauffmann via flang-commits
flang-commits at lists.llvm.org
Mon May 6 13:36:10 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,
----------------
Renaud-K wrote:
Good catch. Thank you.
https://github.com/llvm/llvm-project/pull/91020
More information about the flang-commits
mailing list