[all-commits] [llvm/llvm-project] f74d89: [CIR] Upstream support for switch statements case ...
Andres-Salamanca via All-commits
all-commits at lists.llvm.org
Wed May 7 12:28:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f74d893987dd72c6a7dc6b4f219877204a7681f4
https://github.com/llvm/llvm-project/commit/f74d893987dd72c6a7dc6b4f219877204a7681f4
Author: Andres-Salamanca <andrealebarbaritos at gmail.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M clang/include/clang/CIR/MissingFeatures.h
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenStmt.cpp
M clang/test/CIR/CodeGen/switch.cpp
Log Message:
-----------
[CIR] Upstream support for switch statements case kinds (#138003)
This introduces support for the following cir::case kinds:
- `Equal`
- `AnyOf`
- `Range`
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