[all-commits] [llvm/llvm-project] 9943d3: [SLP][NFC] Fix assertion in vectorizeGEPIndices() ...
Enna1 via All-commits
all-commits at lists.llvm.org
Tue Jan 2 05:32:32 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9943d33997e6bb85ad054c18ce44d037040d8565
https://github.com/llvm/llvm-project/commit/9943d33997e6bb85ad054c18ce44d037040d8565
Author: Enna1 <xumingjie.enna1 at bytedance.com>
Date: 2024-01-02 (Tue, 02 Jan 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP][NFC] Fix assertion in vectorizeGEPIndices() (#76660)
The index constraints for the collected getelementptr instructions
should be single **and** non-constant.
More information about the All-commits
mailing list