[PATCH] D104795: [IVDescriptors] Make pointer inductions compatible with opaque pointers
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 10:31:01 PDT 2021
aeubanks accepted this revision.
aeubanks added a comment.
This revision is now accepted and ready to land.
not too familiar with this code, but seems ok
================
Comment at: llvm/lib/Analysis/IVDescriptors.cpp:1279
+ Type *ElementType = GEP->getSourceElementType();
+ assert(ElementType->isSized() && "GEP type must be sized");
+
----------------
this is already checked by the verifier
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104795/new/
https://reviews.llvm.org/D104795
More information about the llvm-commits
mailing list