Maksim Levental d22d2e35ae
[mlir][bytecode] fix on macos after #172901 (#173084)
`uint64_t` != `size_t` on macos (use `uint64_t` to match other uses in
this impl)
2025-12-19 19:22:43 +00:00
..