[all-commits] [llvm/llvm-project] 88fc39: [mlir][OpenMP] Convert omp.cancellation_point to L...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Thu Apr 24 08:53:22 PDT 2025
Branch: refs/heads/users/tblah/omp-cancel-codegen-3
Home: https://github.com/llvm/llvm-project
Commit: 88fc39d0b2a3a846006889d4320b9f29ced025b7
https://github.com/llvm/llvm-project/commit/88fc39d0b2a3a846006889d4320b9f29ced025b7
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-04-24 (Thu, 24 Apr 2025)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
A mlir/test/Target/LLVMIR/openmp-cancellation-point.mlir
M mlir/test/Target/LLVMIR/openmp-todo.mlir
Log Message:
-----------
[mlir][OpenMP] Convert omp.cancellation_point to LLVMIR
This is basically identical to cancel except without the if clause.
taskgroup will be implemented in a followup 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