Function melior_next::dialect::cf::cond_br
source · pub fn cond_br<'c>(
context: &'c Context,
condition: Value<'_>,
true_dest: &Block<'c>,
false_dest: &Block<'c>,
true_dest_operands: &[Value<'_>],
false_dest_operands: &[Value<'_>],
location: Location<'c>
) -> Operation<'c>
Expand description
conditional branch operation
cf.cond_br (::mlir::cf::CondBranchOp)
Arguments
condition
- 1-bit signless integertrue_dest
- any successorfalse_dest
- any successortrue_dest_operands
- any typefalse_dest_operands
- any type