[PATCH] D159451: [BasicAA] BasicAA update for scalable quantity
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 05:01:05 PDT 2023
nikic added a comment.
In D159451#4640575 <https://reviews.llvm.org/D159451#4640575>, @harviniriawan wrote:
> Hi Nikita,
>
> Yeap sure I can do the adjustment on the `precise(method)`
> Meanwhile, could you please elaborate on what way would you prefer how we handle the scalable offsets on GEP decomposition?
I think vscale should be part of VariableGEPIndex, as we're modelling an expression of the form vscale * x.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159451/new/
https://reviews.llvm.org/D159451
More information about the llvm-commits
mailing list