mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 11:16:07 +00:00

After submitting https://reviews.llvm.org/D57138, I realized it was slightly more conservative than needed. The scalar indices don't appear to be a problem on a vector gep, we even had a test for that. Differential Revision: https://reviews.llvm.org/D57161 llvm-svn: 352061