[PATCH] D108763: Use type sizes when determining dependence

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 26 07:18:35 PDT 2021


fhahn requested changes to this revision.
fhahn added a comment.
This revision now requires changes to proceed.

The test should be moved to`llvm/test/Analysis/LoopAccessAnalysis/` and please simplify the input IR to only the required loop + memory operations.



================
Comment at: llvm/test/Transforms/LoopVectorize/depend_diff_types.ll:11
+;
+; subroutine foo(V1,V3,M,N)
+;   implicit none
----------------
Please try to simplify the input IR and try to motivate/explain the problem only based on the input IR.


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