[PATCH] D102146: [VectorComine] Restrict single-element-store index to inbounds constant

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 14 04:11:40 PDT 2021


fhahn added a comment.

I think we should be able to also do this transform for variable indices, if we can prove they are valid, e.g. via constant range info. I put up D102476 <https://reviews.llvm.org/D102476>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102146



More information about the llvm-commits mailing list