[all-commits] [llvm/llvm-project] ddb6c2: Avoid comparison of integers of different signs
Marius Brehler via All-commits
all-commits at lists.llvm.org
Mon Aug 1 04:21:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddb6c28638f9d34539cf2ffdb038483aa459905c
https://github.com/llvm/llvm-project/commit/ddb6c28638f9d34539cf2ffdb038483aa459905c
Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
Date: 2022-08-01 (Mon, 01 Aug 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
Avoid comparison of integers of different signs
Otherwiese a warning is emitted when compiling with `-Wsign-compare`.
More information about the All-commits
mailing list