[flang-commits] [flang] [flang] Characterize allocation based on MemAlloc effect instead of pattern matching (PR #166806)
Susan Tan ス-ザン タン via flang-commits
flang-commits at lists.llvm.org
Fri Nov 7 06:59:21 PST 2025
================
@@ -27,6 +27,29 @@ using namespace mlir;
#define DEBUG_TYPE "fir-alias-analysis"
+static bool classifyAllocateFromEffects(mlir::Operation *op,
----------------
SusanTan wrote:
yes, thank you!
https://github.com/llvm/llvm-project/pull/166806
More information about the flang-commits
mailing list