[PATCH] D104795: [IVDescriptors] Make pointer inductions compatible with opaque pointers
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 31 10:46:04 PDT 2021
nikic added a comment.
In D104795#2973572 <https://reviews.llvm.org/D104795#2973572>, @aeubanks wrote:
> can we make everything use i8 now? that'd be one less thing to worry about during the migration step
Without opaque pointers, that would require inserting a bitcast before and after every GEP (unless it already happens to work on an i8 pointer). It's possible, but I don't think it makes sense with typed pointers.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104795/new/
https://reviews.llvm.org/D104795
More information about the llvm-commits
mailing list