[mlir] fix overflow in LLVM dialect inlining (#72878)
Don't use unsigned for sizes as they may be larger than that type can hold. Fixes #72678.
Loading
Please sign in to comment
Don't use unsigned for sizes as they may be larger than that type can hold. Fixes #72678.