[all-commits] [llvm/llvm-project] 60dcc7: [clang][Interp] Only generate disassembly in debug...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Fri Feb 3 06:41:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60dcc70e48fa9814a4e0d5e12856bc88b7f927eb
https://github.com/llvm/llvm-project/commit/60dcc70e48fa9814a4e0d5e12856bc88b7f927eb
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-02-03 (Fri, 03 Feb 2023)
Changed paths:
M clang/lib/AST/Interp/Disasm.cpp
M clang/utils/TableGen/ClangOpcodesEmitter.cpp
Log Message:
-----------
[clang][Interp] Only generate disassembly in debug builds
With the current set of opcodes, this saves 3460 lines in the generated
Opcodes.inc in release builds (-17%).
Differential Revision: https://reviews.llvm.org/D142694
More information about the All-commits
mailing list