[PATCH] D144624: [SCEV] Make scalable size representation more explicit
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 05:30:22 PST 2023
paulwalker-arm added a comment.
I realise this patch is partly refactoring but it does seem to increase the value of scalable vector GEP ConstantExprs, which is inconsistent to your view on D134648 <https://reviews.llvm.org/D134648>? Is it possible for SCEV to have its own representation of `vscale` that is independent to the Constant class hierarchy?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144624/new/
https://reviews.llvm.org/D144624
More information about the llvm-commits
mailing list