[Mlir-commits] [mlir] [mlir][scf] Interpret trip counts as unsigned integers (PR #178060)

Matthias Springer llvmlistbot at llvm.org
Wed Jan 28 00:09:53 PST 2026


================
@@ -397,8 +397,8 @@ FailureOr<UnrolledLoopInfo> mlir::loopUnrollByFactor(
     }
 
     int64_t tripCountEvenMultiple =
----------------
matthias-springer wrote:

Add TODO that this may overflow.

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


More information about the Mlir-commits mailing list