[all-commits] [llvm/llvm-project] a4be46: [Clang][ByteCode][NFC] Misc minor performance fixe...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Fri Jun 27 11:00:39 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4be46e0e5bc124f446720337018c555ba38a875
https://github.com/llvm/llvm-project/commit/a4be46e0e5bc124f446720337018c555ba38a875
Author: Shafik Yaghmour <shafik.yaghmour at intel.com>
Date: 2025-06-27 (Fri, 27 Jun 2025)
Changed paths:
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
Log Message:
-----------
[Clang][ByteCode][NFC] Misc minor performance fixes (#145988)
Static analysis flagged multiple places we could move instead of copy.
In one case I realized we could avoid computing the same thing multiple
times and did that fix instead.
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