This dialect contains low-level, i.e. non-region based, control flow constructs. These constructs generally represent control flow directly on SSA blocks of a control flow graph. Operations cf.assert (cf::AssertOp) cf.br (cf::BranchOp) cf.cond_br (cf::CondBranchOp) cf.switch (cf::SwitchOp) Operations source cf.assert (cf::AssertOp) Assert operation with message attribute Syntax: operation ::= `cf.assert` $arg `,` $msg attr-dict Assert operation at runtime with single boolean operand and an er...