[PATCH] D108763: Use type sizes when determining dependence

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 07:02:04 PST 2021


sdesmalen added a comment.

Thanks for the feedback @fhahn!



================
Comment at: llvm/test/Analysis/LoopAccessAnalysis/depend_diff_types.ll:73
+
+; The test below tests that there is equivalence of the type's store
+; size, even though the type's actual sizes differ.
----------------
fhahn wrote:
> the patch checks the alloc size, which may be different to the store size, would be good to fix before committing
Done.


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