diff options
author | Marina Taylor <marina_taylor@apple.com> | 2024-08-30 18:48:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 18:48:08 +0100 |
commit | d0d0e125a66b7c7921ad82c13c893bf592f071ba (patch) | |
tree | ca117f231747206045aee853abfea4f404e921a1 /lldb/source/Commands/CommandObjectSource.cpp | |
parent | ef7b18a53c0d186dcda1e322be6035407fdedb55 (diff) | |
download | llvm-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