[all-commits] [llvm/llvm-project] a5e30f: [clang][bytecode][NFC] Avoid creating pointers in ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Oct 11 23:11:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5e30f835097d6b210bb7896e6a4dad77b5b4742
https://github.com/llvm/llvm-project/commit/a5e30f835097d6b210bb7896e6a4dad77b5b4742
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-10-12 (Sun, 12 Oct 2025)
Changed paths:
M clang/lib/AST/ByteCode/Interp.h
Log Message:
-----------
[clang][bytecode][NFC] Avoid creating pointers in CopyArray op (#163042)
Since these are all primitive arrays, use the new `elem()` and
`initializeElement()` functions.
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