[all-commits] [llvm/llvm-project] be0215: [CIR] Add transform test for cir-flatten-cfg (#130...

Andy Kaylor via All-commits all-commits at lists.llvm.org
Wed Mar 12 15:13:54 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be0215d7456f85e7df6c07b982704c7bfa943278
      https://github.com/llvm/llvm-project/commit/be0215d7456f85e7df6c07b982704c7bfa943278
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-03-12 (Wed, 12 Mar 2025)

  Changed paths:
    A clang/test/CIR/Transforms/scope.cir
    M clang/tools/cir-opt/CMakeLists.txt
    M clang/tools/cir-opt/cir-opt.cpp

  Log Message:
  -----------
  [CIR] Add transform test for cir-flatten-cfg (#130861)

A previous change added the cir-flatten-cfg transform and tested it by
lowering a function with nested scopes to LLVM IR. This change adds
support for invoking the cir-flatten-cfg pass from the cir-opt tool and
adds a new test to verify that functionality in isolation.



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