[Mlir-commits] [flang] [llvm] [mlir] [Flang][OpenMP] Fix Flang crash and incorrect ordering with OpenMP detached task (PR #194840)
Tom Eccles
llvmlistbot at llvm.org
Thu Apr 30 04:46:52 PDT 2026
================
@@ -2730,20 +2730,27 @@ OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::createTask(
// Task is untied iff (Flags & 1) == 0.
// Task is final iff (Flags & 2) == 2.
// Task is not final iff (Flags & 2) == 0.
- // Task is mergeable iff (Flags & 4) == 4.
- // Task is not mergeable iff (Flags & 4) == 0.
----------------
tblah wrote:
Why did you remove the mergable flags?
https://github.com/llvm/llvm-project/pull/194840
More information about the Mlir-commits
mailing list