[all-commits] [llvm/llvm-project] 1f940b: [Libomptarget][NFC] Fix signed comparison warnings
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Jul 15 10:23:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f940b69c366beb39493b695327d5c112a7bb57b
https://github.com/llvm/llvm-project/commit/1f940b69c366beb39493b695327d5c112a7bb57b
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-07-15 (Fri, 15 Jul 2022)
Changed paths:
M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
M openmp/libomptarget/plugins/cuda/src/rtl.cpp
M openmp/libomptarget/src/omptarget.cpp
Log Message:
-----------
[Libomptarget][NFC] Fix signed comparison warnings
Summary:
Non-functional change, just fixing some sign comparison warnings by
making both match.
More information about the All-commits
mailing list