[all-commits] [llvm/llvm-project] 645846: [clang][bytecode] Initialize global strings via me...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue May 20 22:56:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 645846d43b1e6b71b376589d146043db2ed2be54
https://github.com/llvm/llvm-project/commit/645846d43b1e6b71b376589d146043db2ed2be54
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-05-21 (Wed, 21 May 2025)
Changed paths:
M clang/lib/AST/ByteCode/Program.cpp
Log Message:
-----------
[clang][bytecode] Initialize global strings via memcpy (#140789)
If we know the char width is 1, we can just copy
the data over instead of going through the Pointer API.
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