[all-commits] [llvm/llvm-project] 060a96: [LLVM][IR] Fixed input arguments for Verifier getter
Rose via All-commits
all-commits at lists.llvm.org
Sat Oct 2 20:21:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 060a96a7b5d57cc8a64f84a3d40a34d015089085
https://github.com/llvm/llvm-project/commit/060a96a7b5d57cc8a64f84a3d40a34d015089085
Author: Alfsonso Gregory <gfunni234 at gmail.com>
Date: 2021-10-03 (Sun, 03 Oct 2021)
Changed paths:
M llvm/lib/IR/Verifier.cpp
Log Message:
-----------
[LLVM][IR] Fixed input arguments for Verifier getter
ParameterABIAttributes functions work with unsigned integers as the index, so having the getter be signed makes no sense. Additionally, for this reason, the loop vars that were signed were changed to unsigned too.
Reviewed By: jeroen.dobbelaere
Differential Revision: https://reviews.llvm.org/D110344
More information about the All-commits
mailing list