[PATCH] D142569: [WIP][OpenMP] Introduce kernel argument
Shilei Tian via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 25 15:55:49 PST 2023
tianshilei1992 added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/OpenMPOpt.cpp:2544
- ~AAExecutionDomainFunction() {
- delete RPOT;
- }
+ ~AAExecutionDomainFunction() { delete RPOT; }
----------------
This will be removed properly later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142569/new/
https://reviews.llvm.org/D142569
More information about the cfe-commits
mailing list