[all-commits] [llvm/llvm-project] 0a909f: [clang][bytecode][NFC] Avoid a getIntWidth() call ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Wed Jun 10 06:41:23 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a909ff75143edfaec355d3de20d41ee3cb17764
https://github.com/llvm/llvm-project/commit/0a909ff75143edfaec355d3de20d41ee3cb17764
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
Log Message:
-----------
[clang][bytecode][NFC] Avoid a getIntWidth() call in pushInteger() (#202873)
We only need to get the bitwdith in the IntAP/IntAPS case, so avoid it
in the others.
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