diff options
author | Patryk Wychowaniec <pwychowaniec@pm.me> | 2024-08-29 09:28:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 15:28:17 +0800 |
commit | c7a4efa4294789b1116f0c4a320c16fcb27cb62c (patch) | |
tree | a53ebd9723c630b9e0548ecd5f36aea5e32aeb4f /clang/lib/CodeGen/CodeGenAction.cpp | |
parent | 8f96be921c1a97594ee94c2789cee9b131525f63 (diff) | |
download | llvm-c7a4efa4294789b1116f0c4a320c16fcb27cb62c.zip llvm-c7a4efa4294789b1116f0c4a320c16fcb27cb62c.tar.gz llvm-c7a4efa4294789b1116f0c4a320c16fcb27cb62c.tar.bz2 |
[AVR] Fix 16-bit LDDs with immediate overflows (#104923)
16-bit loads are expanded into a pair of 8-bit loads, so the maximum
offset of such 16-bit loads must be 62, not 63.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenAction.cpp')
0 files changed, 0 insertions, 0 deletions