[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,19 @@
+extern void subroutine_foo(void);
----------------
RKSimon wrote:

if you want to include these as references - best add them as comments above their respective IR implementation in the ll file

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


More information about the llvm-commits mailing list