[llvm] logical AND and OR in if-conditionals can turn to multiple branch instructions (PR #162041)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 7 01:06:56 PDT 2025
================
@@ -0,0 +1,74 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -O2 | FileCheck %s
+
+; Test for issue #160612: OR conditions in branches should use multiple branches
----------------
RKSimon wrote:
(style) rename issue-160612.ll -> pr160612.ll (pr stands for problem report not pull request)
https://github.com/llvm/llvm-project/pull/162041
More information about the llvm-commits
mailing list