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

Peixin Qiao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 02:09:49 PDT 2023


peixin added a comment.

@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.


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

https://reviews.llvm.org/D147539



More information about the llvm-commits mailing list