aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorMariya Podchishchaeva <mariya.podchishchaeva@intel.com>2025-06-25 10:57:48 +0200
committerGitHub <noreply@github.com>2025-06-25 10:57:48 +0200
commitad87d951c94f045389b2e424c2d2a1505c593b85 (patch)
tree8826ba8f0adb98f1190fbf6b113f8ae22e9dcf53 /lldb/packages/Python/lldbsuite/test
parentecff028a96626357d17d4e4fdce824a7da89ec1c (diff)
downloadllvm-ad87d951c94f045389b2e424c2d2a1505c593b85.zip
llvm-ad87d951c94f045389b2e424c2d2a1505c593b85.tar.gz
llvm-ad87d951c94f045389b2e424c2d2a1505c593b85.tar.bz2
[clang] Fix __builtin_mul_overflow for big _BitInts (#145497)
For long enough _BitInt types we use different types for memory, storing-loading and other operations. Makes sure it is correct for mixed sign __builtin_mul_overflow cases. Using pointer element type as a result type doesn't work, because it will be "in-memory" type which is usually bigger than "operations" type and that caused crashes because clang was trying to emit trunc to a bigger type. Fixes https://github.com/llvm/llvm-project/issues/144771
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions