[all-commits] [llvm/llvm-project] 9f4636: [Offload] Fix type mismatch by using `uint64_t` in...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Feb 25 13:31:25 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f4636210deb2e94b5b3cd2d3cbf1cccc34543d1
https://github.com/llvm/llvm-project/commit/9f4636210deb2e94b5b3cd2d3cbf1cccc34543d1
Author: Johannes Doerfert <jdoerfert.llvm at gmail.com>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M offload/liboffload/src/OffloadImpl.cpp
Log Message:
-----------
[Offload] Fix type mismatch by using `uint64_t` instead of `size_t` (#183375)
The variant uses uint64_t, so should the get.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list