[llvm] [OpenMP] Move KernelInfoState and AAKernelInfo to OpenMPOpt.h (PR #71878)
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 10 13:13:56 PST 2023
================
@@ -5054,12 +4868,12 @@ struct AAKernelInfoCallSite : AAKernelInfo {
auto CheckCallee = [&](Function *F, int NumCallees) {
const auto &It = OMPInfoCache.RuntimeFunctionIDMap.find(F);
- // If F is not a runtime function, propagate the AAKernelInfo of the
+ // If F is not a runtime function, propagate the AAKernelInfoImpl of the
// callee.
if (It == OMPInfoCache.RuntimeFunctionIDMap.end()) {
const IRPosition &FnPos = IRPosition::function(*F);
auto *FnAA =
- A.getAAFor<AAKernelInfo>(*this, FnPos, DepClassTy::REQUIRED);
----------------
jdoerfert wrote:
Don't change it here.
https://github.com/llvm/llvm-project/pull/71878
More information about the llvm-commits
mailing list