[Mlir-commits] [mlir] [SCF] Make loop prefectching safe for overflow (PR #172066)

Thomas Raoux llvmlistbot at llvm.org
Fri Dec 12 11:18:05 PST 2025


https://github.com/ThomasRaoux requested changes to this pull request.

That seems like a big gun, could you point out which math operation overflows? I expect most of them cannot overflow (assume the original induction variable doesn't overflow)

https://github.com/llvm/llvm-project/pull/172066


More information about the Mlir-commits mailing list