aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSource.cpp
diff options
context:
space:
mode:
authorMarina Taylor <marina_taylor@apple.com>2024-08-30 18:48:08 +0100
committerGitHub <noreply@github.com>2024-08-30 18:48:08 +0100
commitd0d0e125a66b7c7921ad82c13c893bf592f071ba (patch)
treeca117f231747206045aee853abfea4f404e921a1 /lldb/source/Commands/CommandObjectSource.cpp
parentef7b18a53c0d186dcda1e322be6035407fdedb55 (diff)
downloadllvm-d0d0e125a66b7c7921ad82c13c893bf592f071ba.zip
llvm-d0d0e125a66b7c7921ad82c13c893bf592f071ba.tar.gz
llvm-d0d0e125a66b7c7921ad82c13c893bf592f071ba.tar.bz2
[AArch64] Fix a presumed typo in isFPImmLegal limit. NFC (#106716)
The worst possible case for a double literal goes like: ``` mov ... movk ..., lsl #16 movk ..., lsl #32 movk ..., lsl #48 fmov ... ``` The limit of 5 in the code gives the impression that `Insn` includes all instructions including the `fmov`, but that's not true. It only counts the integer moves. This led me astray on some other work in this area.
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
0 files changed, 0 insertions, 0 deletions