[llvm] [DFAJumpThreading] Add MaxOuterUseBlocks threshold (PR #163428)
Hongyu Chen via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 29 08:07:43 PDT 2025
================
@@ -0,0 +1,253 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -S -passes=dfa-jump-threading -dfa-max-out-use-blocks=5 %s | FileCheck %s
+
+define void @max_outer_uses_by_switch(i32 %cond) {
----------------
XChy wrote:
Yeah, I updated the tests now. They should show new phis now.
https://github.com/llvm/llvm-project/pull/163428
More information about the llvm-commits
mailing list