Files
clang-p2996/llvm/test/Transforms/LoopVectorize
Florian Hahn ea6ca9cb2b [LV] Fix crash when stride isn't a constant.
In same cases, the stride may not be a constant. Just skip those cases
for now. This should only happen for cases where LV interleaves only, if
it is vectorized the stride needs to be versioned to a constant.
2023-06-14 16:53:34 +01:00
..