Files
clang-p2996/mlir/lib/Dialect/Utils/IndexingUtils.cpp
Chao Chen 99720bbb87 [MLIR][Utils] Fix the overflow issue in computeSuffixProductImpl for 32-bit system. (#140567)
In `int64_t r = strides.size() - 2`, it may cause overflow on 32-bit
system when strides.size() is 1, because `strides.size()` is defined 
as `unsigned int`
2025-05-19 13:27:37 -05:00

14 KiB