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.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM except for the unrelated change in line 6249.
llvm/lib/IR/Verifier.cpp | ||
---|---|---|
6249 | This change should not be part of this commit. |
This change should not be part of this commit.