[all-commits] [llvm/llvm-project] ff529e: [Statepoint] Fix signed vs unsigned in index handling
Philip Reames via All-commits
all-commits at lists.llvm.org
Wed Jun 3 15:10:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ff529e0f2792e1383a602e4b8a466337fd0c2926
https://github.com/llvm/llvm-project/commit/ff529e0f2792e1383a602e4b8a466337fd0c2926
Author: Philip Reames <listmail at philipreames.com>
Date: 2020-06-03 (Wed, 03 Jun 2020)
Changed paths:
M llvm/lib/IR/Verifier.cpp
Log Message:
-----------
[Statepoint] Fix signed vs unsigned in index handling
As noted in a comment on D80937, all of these are specified as unsigned values, but the verifier code was using signed. Given the practical values involved, the different in range didn't matter, but we might as well clean it up.
More information about the All-commits
mailing list