[llvm] [SLP][NFC] Fix assertion in vectorizeGEPIndices() (PR #76660)

Danila Malyutin via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 07:48:29 PST 2024


danilaml wrote:

This exposed the following issue (looks like certain trivial transforms can happen after GEPs been added to the list that would make their index constant): https://github.com/llvm/llvm-project/issues/78298

https://github.com/llvm/llvm-project/pull/76660


More information about the llvm-commits mailing list