[clang] [llvm] [SimplifyCFG] Extend jump-threading to allow live local defs (PR #135079)

via cfe-commits cfe-commits at lists.llvm.org
Wed May 28 14:09:54 PDT 2025


================
@@ -3442,10 +3442,28 @@ bool SimplifyCFGOpt::speculativelyExecuteBB(BranchInst *BI,
   return true;
 }
 
+typedef SmallPtrSet<BasicBlock *, 8> BlocksSet;
----------------
LU-JOHN wrote:

Changed.

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


More information about the cfe-commits mailing list