Files
clang-p2996/llvm/test/Transforms/LoopVectorize/version-stride-with-integer-casts.ll
Florian Hahn 082c81ae4a [LV] Properly extend versioned constant strides.
We only version unknown strides to 1. If the original type is i1, then
the sign of the extension matters. Properly extend the stride value
before replacing it.

Fixes https://github.com/llvm/llvm-project/issues/91369.
2024-05-07 21:31:42 +01:00

29 KiB