[llvm] [CHR] Skip regions containing convergent calls (PR #180882)

Yaxun Liu via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 17 09:11:26 PST 2026


================
@@ -0,0 +1,179 @@
+; Test that CHR does not transform regions containing convergent or
+; noduplicate calls, following the same guard as SimplifyCFG.
+;
----------------
yxsamliu wrote:

done

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


More information about the llvm-commits mailing list