[all-commits] [llvm/llvm-project] cf6a52: [clang][bytecode] Fix builtin_memcmp buffer sizes ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Mar 10 07:51:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf6a520a7a48aa82274084f0d4487381f9013fd3
https://github.com/llvm/llvm-project/commit/cf6a520a7a48aa82274084f0d4487381f9013fd3
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
A clang/test/AST/ByteCode/libcxx/memcmp-pointer.cpp
Log Message:
-----------
[clang][bytecode] Fix builtin_memcmp buffer sizes for pointers (#130570)
Don't use the pointer size, but the number of elements multiplied by the
element size.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list