Files
llvm-project/clang/test/CIR/CodeGen/complex-compound-assignment.cpp
Henrich Lauko 9879df92a9 [CIR] Change CmpOp assembly format to use bare keyword style (#185114)
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.
2026-03-09 19:46:47 +01:00

60 KiB