[PATCH] D104795: [IVDescriptors] Make pointer inductions compatible with opaque pointers

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 1 00:49:34 PDT 2021


nikic added a comment.

In D104795#2976118 <https://reviews.llvm.org/D104795#2976118>, @aeubanks wrote:

> I don't see any i8 geps in the test, is that expected?

The test currently just checks that we don't crash. To perform vectorization the GEPs need to be `inbounds`, which requires opaque pointer support in LAA first.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104795/new/

https://reviews.llvm.org/D104795



More information about the llvm-commits mailing list