================ @@ -3442,10 +3442,28 @@ bool SimplifyCFGOpt::speculativelyExecuteBB(BranchInst *BI, return true; } +typedef SmallPtrSet<BasicBlock *, 8> BlocksSet; ---------------- dtcxzyw wrote:
```suggestion using BlocksSet = SmallPtrSet<BasicBlock *, 8>; ``` https://github.com/llvm/llvm-project/pull/135079 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits