[PATCH] D108763: Use type sizes when determining dependence

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 00:54:10 PST 2021


fhahn added inline comments.


================
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.
----------------
the patch checks the alloc size, which may be different to the store size, would be good to fix before committing


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