[PATCH] D147539: [LV] Enable stride versioning to support Fortran IR

Kiran Chandramohan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 03:40:55 PDT 2023


kiranchandramohan added a comment.

In D147539#4484431 <https://reviews.llvm.org/D147539#4484431>, @peixin wrote:

> @kiranchandramohan BTW, please notice that `ValueToValueMap` in Loop Access Analysis is replaced by `DenseMap<Value *, const SCEV *>` in D147750 <https://reviews.llvm.org/D147750> if you commandeer this patch and rebase it.

Thanks @peixin. Will keep that in mind.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147539/new/

https://reviews.llvm.org/D147539



More information about the llvm-commits mailing list