Update the assembly format of cir.cmp from the parenthesized style `cir.cmp(gt, %a, %b) : !s32i, !cir.bool` to the bare keyword style used by other CIR ops like cir.cast: `cir.cmp gt %a, %b : !s32i` The result type (!cir.bool) is now automatically inferred as it is always cir::BoolType.
60 KiB
60 KiB