[PATCH] D78458: [LAA] Move CheckingPtrGroup/PointerCheck outside class (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 19 12:49:39 PDT 2020
fhahn created this revision.
fhahn added reviewers: anemet, Ayal.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
This allows forward declarations of PointerCheck, which in turn reduce
the number of times LoopAccessAnalysis needs to be included.
Ultimately this helps with moving runtime check generation to
Transforms/Utils/LoopUtils.h, without having to include it there.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78458
Files:
llvm/include/llvm/Analysis/LoopAccessAnalysis.h
llvm/include/llvm/Transforms/Utils/LoopUtils.h
llvm/include/llvm/Transforms/Utils/LoopVersioning.h
llvm/lib/Analysis/LoopAccessAnalysis.cpp
llvm/lib/Transforms/Scalar/LoopDistribute.cpp
llvm/lib/Transforms/Scalar/LoopLoadElimination.cpp
llvm/lib/Transforms/Utils/LoopUtils.cpp
llvm/lib/Transforms/Utils/LoopVersioning.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78458.258616.patch
Type: text/x-patch
Size: 13878 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200419/e0c94e3c/attachment.bin>
More information about the llvm-commits
mailing list