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 integer
  • true_dest - any successor
  • false_dest - any successor
  • true_dest_operands - any type
  • false_dest_operands - any type