[all-commits] [llvm/llvm-project] 8b57ed: [OpenMP] Prevent Attributor from deleting function...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu May 13 13:36:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b57ed09bd238b00b5d096f9be7ef9f831428044
https://github.com/llvm/llvm-project/commit/8b57ed09bd238b00b5d096f9be7ef9f831428044
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Log Message:
-----------
[OpenMP] Prevent Attributor from deleting functions in OpenMPOptCGSCC pass
Summary:
This patch prevents the Attributor instances made in the CGSCC pass from
deleting functions. This prevents the attributor from changing the call
graph while OpenMPOpt is working with it.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D102363
More information about the All-commits
mailing list