[PATCH] D112370: [BasicAA] Use index size instead of pointer size
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 6 16:19:36 PDT 2021
arichardson accepted this revision.
arichardson added a comment.
This revision is now accepted and ready to land.
Thanks, this LGTM and should hopefully avoid some unnecessary extends to 128 bits for CHERI.
I think it would be nice if we could avoid the use of the max pointer/index size here but that is an unrelated change that can be looked into later.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112370/new/
https://reviews.llvm.org/D112370
More information about the llvm-commits
mailing list