[all-commits] [llvm/llvm-project] e2d13c: [mlir][OpenMP] initialize (first)private variables...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Mon Feb 24 05:09:31 PST 2025
Branch: refs/heads/users/tblah/delayed-task-exec-4
Home: https://github.com/llvm/llvm-project
Commit: e2d13cb6f977d6cc8847d1e413abdb65fcf9235d
https://github.com/llvm/llvm-project/commit/e2d13cb6f977d6cc8847d1e413abdb65fcf9235d
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-02-24 (Mon, 24 Feb 2025)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
Log Message:
-----------
[mlir][OpenMP] initialize (first)private variables before task exec
This still doesn't fix the memory safety issues because the stack
allocations created here for the private variables might go out of
scope.
I will add a more complete lit test later in this patch series.
Commit: 154b4b59e8ab0da6c1cb019e4a519dd47293871d
https://github.com/llvm/llvm-project/commit/154b4b59e8ab0da6c1cb019e4a519dd47293871d
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-02-24 (Mon, 24 Feb 2025)
Changed paths:
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
Log Message:
-----------
Check block structure of omp private inlining
Compare: https://github.com/llvm/llvm-project/compare/f8b1812d03f0...154b4b59e8ab
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