================
@@ -445,14 +446,43 @@ struct CondBranchTruthPropagation : public 
OpRewritePattern<CondBranchOp> {
     return success(replaced);
   }
 };
+
+struct DropUnreachableCondBranch : public OpRewritePattern<CondBranchOp> {
----------------
joker-eph wrote:

Can you add a small snippet/explanation summary of the transformation?

https://github.com/llvm/llvm-project/pull/169873
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to