AffineFor step size is capable of storing 2^64-1 as it retains int64_t. But due to the conversion to lower bit-width type (unsinged), it fails to calculate the right step size after vectorization. New step size also should keep the same size as the original step size.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo