[all-commits] [llvm/llvm-project] c78f80: [CIR][NFC] Upstream IR roundtrip tests for branch ...

Akimasa Watanuki via All-commits all-commits at lists.llvm.org
Thu Apr 16 16:58:04 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c78f80c405a005346f8b2dd3f8605851df294900
      https://github.com/llvm/llvm-project/commit/c78f80c405a005346f8b2dd3f8605851df294900
  Author: Akimasa Watanuki <mencotton0410 at gmail.com>
  Date:   2026-04-17 (Fri, 17 Apr 2026)

  Changed paths:
    A clang/test/CIR/IR/branch.cir
    A clang/test/CIR/IR/do-while.cir
    A clang/test/CIR/IR/for.cir
    A clang/test/CIR/IR/while.cir

  Log Message:
  -----------
  [CIR][NFC] Upstream IR roundtrip tests for branch and loop ops (#189006)

Add `clang/test/CIR/IR` roundtrip tests for `cir.br`, `cir.brcond`,
`cir.for`, `cir.while`, and `cir.do`.

This adds parser/printer coverage for the textual forms of these
control-flow operations.

Partially addresses #156747.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list