[lldb] [llvm] [mlir] [IR] Split Br into UncondBr and CondBr (PR #184027)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 06:16:41 PST 2026


================
@@ -83,6 +83,9 @@ Changes to LLVM infrastructure
 * Removed `bugpoint`. Usage has been replaced by `llvm-reduce` and
   `llvm/utils/reduce_pipeline.py`.
 
+* The ``Br`` opcode got split into two opcodes separating unconditional
+  (``UncondBr``) and conditional (``CondBr``) branches.
----------------
s-barannikov wrote:

There are also IndirectBr and CallBr

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


More information about the llvm-commits mailing list