aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorNikita Popov <npopov@redhat.com>2024-02-01 16:06:58 +0100
committerNikita Popov <npopov@redhat.com>2024-02-01 16:08:25 +0100
commit62ae7d976f494f3dbd297331b19cd1204750de6f (patch)
tree78656f3c1a54923078ab4911742e3b08c54bc957 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parentf7b05e055fa63e1c4b5ae5e391b654b57161a0e4 (diff)
downloadllvm-62ae7d976f494f3dbd297331b19cd1204750de6f.zip
llvm-62ae7d976f494f3dbd297331b19cd1204750de6f.tar.gz
llvm-62ae7d976f494f3dbd297331b19cd1204750de6f.tar.bz2
[LoopUnroll] Fix missing sign extension
For integers larger than 64-bit, this would zero-extend a -1 value, instead of sign-extending it. Fixes https://github.com/llvm/llvm-project/issues/80289.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions