[clang] [CIR] Upstream GotoOp (PR #153701)
Andy Kaylor via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 14 17:26:10 PDT 2025
================
@@ -433,6 +435,25 @@ mlir::LogicalResult CIRGenFunction::emitReturnStmt(const ReturnStmt &s) {
return mlir::success();
}
+mlir::LogicalResult CIRGenFunction::emitGotoStmt(const clang::GotoStmt &s) {
+ // FIXME: LLVM codegen inserts emit stop point here for debug info
----------------
andykaylor wrote:
```suggestion
// FIXME: LLVM codegen inserts emit a stop point here for debug info
```
https://github.com/llvm/llvm-project/pull/153701
More information about the cfe-commits
mailing list