[all-commits] [llvm/llvm-project] 916218: [CIR] Upstream GotoOp (#153701)
Andres-Salamanca via All-commits
all-commits at lists.llvm.org
Mon Aug 18 08:26:03 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 916218ccbd72164071e74a0b145c17fd7db03667
https://github.com/llvm/llvm-project/commit/916218ccbd72164071e74a0b145c17fd7db03667
Author: Andres-Salamanca <andrealebarbaritos at gmail.com>
Date: 2025-08-18 (Mon, 18 Aug 2025)
Changed paths:
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenStmt.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
A clang/test/CIR/CodeGen/goto.cpp
M clang/test/CIR/CodeGen/label.c
A clang/test/CIR/IR/invalid-goto.cir
Log Message:
-----------
[CIR] Upstream GotoOp (#153701)
This PR upstreams `GotoOp`. It moves some tests from the `goto` test
file to the `label` test file, and adds verify logic to `FuncOp`. The
gotosSolver, required for lowering, will be implemented in a future PR.
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