[PATCH] D133844: [AA] Improve the BasicAA analysis capability base on GEP

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 8 01:19:17 PDT 2022


nikic added a comment.

I don't get how this patch is supposed to work. It seems to create a VariableGEPIndex -- but I don't see the vscale factor represented anywhere in there?

Worth noting that https://reviews.llvm.org/D134648 plans to make vscale non-constant, so making the use of vscale constant expressions is likely not going to be possible going forward...


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

https://reviews.llvm.org/D133844



More information about the llvm-commits mailing list