[PATCH] D47259: [IPSCCP,PM] Preserve DT in the new pass manager.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 8 08:54:04 PST 2018


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: lib/Transforms/Scalar/SCCP.cpp:2002
 
+    SmallVector<BasicBlock *, 512> BlocksToErase;
+
----------------
kuhar wrote:
> Does it make sense to have a SmallVector of such size here? I can see that this code wasn't introduce in this patch, but wanted to note it anyway.
I am not sure, but I think that would be something to look at independently of this patch.


https://reviews.llvm.org/D47259





More information about the llvm-commits mailing list