[flang-commits] [flang] [flang] use TBAA Forest in TBAABuilder (PR #68437)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Tue Oct 10 08:42:55 PDT 2023


================
@@ -39,26 +49,10 @@ static llvm::cl::opt<unsigned>
 namespace fir {
 
 TBAABuilder::TBAABuilder(MLIRContext *context, bool applyTBAA)
-    : enableTBAA(applyTBAA && !disableTBAA) {
+    : enableTBAA(applyTBAA && !disableTBAA),
+      trees(/*separatePerFunction=*/perFunctionTBAATrees) {
----------------
tblah wrote:

Done. See https://github.com/llvm/llvm-project/pull/68437/commits/56ed3a6e25c34542a47d52afc7cf1aeaa2b58271 and https://github.com/llvm/llvm-project/pull/68595/commits/9168aa0f6722d576267747e3ec3f8178e6df7f85

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


More information about the flang-commits mailing list