[llvm] [DFAJumpThreading] Try harder to avoid cycles in paths. (PR #169151)

Hongyu Chen via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 22 01:07:39 PST 2025


================
@@ -246,5 +246,82 @@ exit:
   ret i32 0
 }
 
+define i8 @cyclesInPaths1(i1 %call12, i1 %cmp18) {
----------------
XChy wrote:

Could you add similar tests to show the final transformed IR?

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


More information about the llvm-commits mailing list