Find another testcase requiring isConsecutivePtr to handle multiple level GEPs (described in https://llvm.org/bugs/show_bug.cgi?id=23580). Drop D10281 and try a simpler patch to solve it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Ah, I didn't see the patch. Thanks for letting me know. I just verified the patch solved the problem for the testcases I cared about, so I will dropped this patch and waited D20789 to be recommitted.
Thanks,
Wei.