[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:57 PST 2023
================
@@ -5667,9 +5481,9 @@ AAHeapToShared &AAHeapToShared::createForPosition(const IRPosition &IRP,
return *AA;
}
-AAKernelInfo &AAKernelInfo::createForPosition(const IRPosition &IRP,
- Attributor &A) {
- AAKernelInfo *AA = nullptr;
+AAKernelInfoImpl &AAKernelInfoImpl::createForPosition(const IRPosition &IRP,
+ Attributor &A) {
+ AAKernelInfoImpl *AA = nullptr;
----------------
jdoerfert wrote:
Don't change it here.
https://github.com/llvm/llvm-project/pull/71878
More information about the llvm-commits
mailing list