[PATCH] D104795: [IVDescriptors] Make pointer inductions compatible with opaque pointers
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 31 22:19:44 PDT 2021
aeubanks added a comment.
I don't see any i8 geps in the test, is that expected?
================
Comment at: llvm/include/llvm/Analysis/IVDescriptors.h:360
+ // Element type for pointer induction variables.
+ Type *ElementType = nullptr;
// Instructions used for type-casts of the induction variable,
----------------
add TODO that this will no longer be necessary after opaque pointers
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104795/new/
https://reviews.llvm.org/D104795
More information about the llvm-commits
mailing list