[PATCH] D81225: Correctly report modified status for LoopDistribute
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 04:50:19 PDT 2020
foad added a subscriber: arsenm.
foad added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LoopDistribute.cpp:792-802
// If we need run-time checks, version the loop now.
auto PtrToPartition = Partitions.computePartitionSetForPointers(*LAI);
const auto *RtPtrChecking = LAI->getRuntimePointerChecking();
const auto &AllChecks = RtPtrChecking->getChecks();
auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition,
RtPtrChecking);
----------------
Adding @arsenm who last touched this bit of code.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81225/new/
https://reviews.llvm.org/D81225
More information about the llvm-commits
mailing list