[all-commits] [llvm/llvm-project] 60592c: Don't use clang's callback to hack the cancellatio...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Mon Apr 28 08:08:37 PDT 2025
Branch: refs/heads/users/tblah/omp-cancel-codegen-1
Home: https://github.com/llvm/llvm-project
Commit: 60592cf957e89ed849677374dbd6133fbcd9a771
https://github.com/llvm/llvm-project/commit/60592cf957e89ed849677374dbd6133fbcd9a771
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-04-28 (Mon, 28 Apr 2025)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
Log Message:
-----------
Don't use clang's callback to hack the cancellation branch
This conflicted with my hack doing the same thing: leading to a
use-after-free of the old terminator. I think it is more helpful to do
this in OpenMPIRBuilder than replicating the hack in callbacks in both
clang and mlir.
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