diff options
author | MaheshRavishankar <1663364+MaheshRavishankar@users.noreply.github.com> | 2025-01-27 07:04:50 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-27 07:04:50 -0800 |
commit | 1f5335c1db5d54b4465677c224b48e0ffc78e6d9 (patch) | |
tree | d71b77655cdf6cac1d2ba729cac405786235df57 /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | 5c5bbffe75caaaefdc68305e85a625a057b09159 (diff) | |
download | llvm-1f5335c1db5d54b4465677c224b48e0ffc78e6d9.zip llvm-1f5335c1db5d54b4465677c224b48e0ffc78e6d9.tar.gz llvm-1f5335c1db5d54b4465677c224b48e0ffc78e6d9.tar.bz2 |
Make index computation used divsi/remsi (#124390)
The index computation is meant to be signed. Using unsigned could lead
to subtle errors. Fix places where some index math was using unsigned
operations.
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions