[llvm] StructurizeCFG: Optimize phi insertion during ssa reconstruction (PR #101301)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 09:52:19 PDT 2024


================
@@ -256,6 +256,10 @@ class StructurizeCFG {
   BBPhiMap DeletedPhis;
   BB2BBVecMap AddedPhis;
 
+  SmallVector<BBValueVector> BBValuesPool;
----------------
arsenm wrote:

Document what BBValuesPool is 

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


More information about the llvm-commits mailing list