[llvm] [llvm-reduce] Treat CallBrInst as Branch (PR #156366)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 1 21:37:10 PDT 2025


================
@@ -0,0 +1,22 @@
+; RUN: llvm-reduce %s -o %t --abort-on-invalid-reduction --delta-passes=basic-blocks --test FileCheck --test-arg %s --test-arg --match-full-lines --test-arg --check-prefix=INTERESTING --test-arg --input-file
+; RUN: FileCheck %s --input-file %t --check-prefixes=INTERESTING
+
+; CHECK-INTERESTINGNESS: store i32 0,
+; CHECK-INTERESTINGNESS: store i32 1,
----------------
XChy wrote:

Sorry for adding an incorrect test due to the wrong git operation. Will fix it sooner.

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


More information about the llvm-commits mailing list