================ @@ -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. ---------------- arsenm wrote:
I'd probably swap the names around to be consistent with the other IRs (i.e., DAG and gisel calls it BR and BRCOND.) https://github.com/llvm/llvm-project/pull/184027 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
