[all-commits] [llvm/llvm-project] 35434f: [CIR] Upstream support for lowering cir.switch to ...

Andres-Salamanca via All-commits all-commits at lists.llvm.org
Thu May 22 10:23:27 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35434f2cd9b0920df93bda743eff99fbcf9de3b7
      https://github.com/llvm/llvm-project/commit/35434f2cd9b0920df93bda743eff99fbcf9de3b7
  Author: Andres-Salamanca <andrealebarbaritos at gmail.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.h
    M clang/test/CIR/CodeGen/switch.cpp
    A clang/test/CIR/Lowering/switch.cir

  Log Message:
  -----------
  [CIR] Upstream support for lowering cir.switch to LLVM (#140425)

This PR adds support for lowering the `cir.switch` operation to LLVM. It
includes tests for lowering from `.cir` as well as end-to-end source
code tests.



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