[all-commits] [llvm/llvm-project] 613394: [OpenMP][FIX] Remove AssertingVHs that outlive the...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Dec 7 18:28:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61339427961a4399174e3e69240de7d1ad403046
https://github.com/llvm/llvm-project/commit/61339427961a4399174e3e69240de7d1ad403046
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
A clang/test/OpenMP/target_codegen_ref_assertion_vh.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
Log Message:
-----------
[OpenMP][FIX] Remove AssertingVHs that outlive their values
The map with AssertingVHs has been moved into the OpenMPIRBuilder which extended their lifetime.
On NVIDIA this will cause an assertion. This simply removes the AssertingVH wrapper.
More information about the All-commits
mailing list