Skip to content

Conversation

@makslevental
Copy link
Contributor

@llvmbot llvmbot added clang Clang issues not falling into any other category ClangIR Anything related to the ClangIR project labels Sep 29, 2025
@llvmbot
Copy link
Member

llvmbot commented Sep 29, 2025

@llvm/pr-subscribers-clang

@llvm/pr-subscribers-clangir

Author: Maksim Levental (makslevental)

Changes

Currently failing: https://github.com/llvm/llvm-project/actions/runs/18110612300/job/51535899562?pr=161230#step:3:11096


Full diff: https://github.com/llvm/llvm-project/pull/161278.diff

1 Files Affected:

  • (modified) clang/lib/CIR/CodeGen/CIRGenStmt.cpp (+1)
diff --git a/clang/lib/CIR/CodeGen/CIRGenStmt.cpp b/clang/lib/CIR/CodeGen/CIRGenStmt.cpp
index e842892d085d2..644c383693e37 100644
--- a/clang/lib/CIR/CodeGen/CIRGenStmt.cpp
+++ b/clang/lib/CIR/CodeGen/CIRGenStmt.cpp
@@ -216,6 +216,7 @@ mlir::LogicalResult CIRGenFunction::emitStmt(const Stmt *s,
   case Stmt::OMPSimdDirectiveClass:
   case Stmt::OMPTileDirectiveClass:
   case Stmt::OMPUnrollDirectiveClass:
+  case Stmt::OMPFuseDirectiveClass:
   case Stmt::OMPForDirectiveClass:
   case Stmt::OMPForSimdDirectiveClass:
   case Stmt::OMPSectionsDirectiveClass:

@makslevental makslevental enabled auto-merge (squash) September 29, 2025 21:18
@makslevental makslevental enabled auto-merge (squash) September 29, 2025 21:27
@makslevental makslevental merged commit af5c1a6 into main Sep 29, 2025
12 checks passed
@makslevental makslevental deleted the users/makslevental/fixciragain branch September 29, 2025 21:40
mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Oct 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang Clang issues not falling into any other category ClangIR Anything related to the ClangIR project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants