[PATCH] D108763: Use type sizes when determining dependence
Malhar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 31 06:54:26 PDT 2021
malharJ added inline comments.
================
Comment at: llvm/lib/Analysis/LoopAccessAnalysis.cpp:1570
LLVM_DEBUG(
dbgs() << "LAA: Zero dependence difference but different types\n");
return Dependence::Unknown;
----------------
Should this now be
"LAA: Zero dependence difference but different type **sizes**" ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108763/new/
https://reviews.llvm.org/D108763
More information about the llvm-commits
mailing list