[all-commits] [llvm/llvm-project] 7fbe43: [mlir][OpenMP] Convert omp.cancellation_point to L...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Tue Apr 29 09:26:23 PDT 2025
Branch: refs/heads/users/tblah/omp-cancel-codegen-3
Home: https://github.com/llvm/llvm-project
Commit: 7fbe43d895479254287466b957daa7747849e627
https://github.com/llvm/llvm-project/commit/7fbe43d895479254287466b957daa7747849e627
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-04-29 (Tue, 29 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.
Commit: f40117527b60f7126317941626b2e542554db40f
https://github.com/llvm/llvm-project/commit/f40117527b60f7126317941626b2e542554db40f
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-04-29 (Tue, 29 Apr 2025)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
Log Message:
-----------
Fix spelling
Compare: https://github.com/llvm/llvm-project/compare/73c51fe289e4...f40117527b60
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