[PATCH] D102363: [OpenMP] Prevent Attributor from deleting functions in OpenMPOptCGSCC pass
Joseph Huber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 12 16:27:09 PDT 2021
jhuber6 added a comment.
In D102363#2755292 <https://reviews.llvm.org/D102363#2755292>, @lebedev.ri wrote:
> Test missing?
> Shouldn't the deletions be simply deferred until after?
I don't think we need any tests, this is just a preemptive measure to avoid some future bugs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102363/new/
https://reviews.llvm.org/D102363
More information about the llvm-commits
mailing list