aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp
diff options
context:
space:
mode:
authorWesley Wiser <wwiser@gmail.com>2025-08-03 05:06:23 -0500
committerGitHub <noreply@github.com>2025-08-03 15:36:23 +0530
commit69bec0afbb8f2aa0021d18ea38768360b16583a9 (patch)
tree96cd110727ae94edd4e66d724d8b0b9c15c1e8bf /clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp
parentd9971be83e5d23631b04b3ce40bfb2be01b6085e (diff)
downloadllvm-69bec0afbb8f2aa0021d18ea38768360b16583a9.zip
llvm-69bec0afbb8f2aa0021d18ea38768360b16583a9.tar.gz
llvm-69bec0afbb8f2aa0021d18ea38768360b16583a9.tar.bz2
[X86] Correct 32-bit immediate assertion and fix 64-bit lowering for huge frame offsets (#123872)
The assertion previously did not work correctly because the operand was being truncated to an `int` prior to comparison. Change the assertion into a a reported error as suggested in https://github.com/llvm/llvm-project/pull/101840#issuecomment-2304992425 by @arsenm Finally, fix the lowering on 64-bit targets so that offsets larger than 32-bit are correctly addressed and add tests for various reported issues.
Diffstat (limited to 'clang-tools-extra/unittests/clang-tidy/LLVMModuleTest.cpp')
0 files changed, 0 insertions, 0 deletions