[PATCH] D152552: [CodeGenPrepare] Implement releaseMemory

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 09:31:15 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/lib/CodeGen/CodeGenPrepare.cpp:383
+    BFI.reset();
+  }
+
----------------
There are a few other maps, do those need to be cleared as well?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152552/new/

https://reviews.llvm.org/D152552



More information about the llvm-commits mailing list