[llvm] [LVI] Support no constant range of cast and freeze value in getEdgeValueLocal. (PR #157614)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 9 12:20:13 PDT 2025
================
@@ -19,7 +19,7 @@ if.end.i60: ; preds = %shadow_to_ptr.exit
; Jump threading is going to fold the select in to the branch. Ensure debug
; info is not lost, and is merged from the select and the branch.
; CHECK-NOT: br i1 %cmp3.i, label %for.inc, label %ptr_to_shadow.exit
----------------
nikic wrote:
Adjust CHECK-NOT as well.
Though really we should generate this test...
https://github.com/llvm/llvm-project/pull/157614
More information about the llvm-commits
mailing list