[all-commits] [llvm/llvm-project] 3f6cd7: [clang][bytecode] Remove InterpFrame::IsBottom fla...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Wed Sep 17 01:44:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f6cd761bac2d66cbbfb1d8c3a8407d4f0583093
https://github.com/llvm/llvm-project/commit/3f6cd761bac2d66cbbfb1d8c3a8407d4f0583093
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths:
M clang/lib/AST/ByteCode/InterpFrame.cpp
M clang/lib/AST/ByteCode/InterpFrame.h
Log Message:
-----------
[clang][bytecode] Remove InterpFrame::IsBottom flag (#159279)
The bottom frame is the one without a parent. No need to save that
information separately.
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