[all-commits] [llvm/llvm-project] 478065: [NFC][TableGen] DecoderEmitter optimize scope stac...
Rahul Joshi via All-commits
all-commits at lists.llvm.org
Tue Apr 15 07:49:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 478065882303823623e1bc2d62b2a98097f9f53d
https://github.com/llvm/llvm-project/commit/478065882303823623e1bc2d62b2a98097f9f53d
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2025-04-15 (Tue, 15 Apr 2025)
Changed paths:
M llvm/utils/TableGen/DecoderEmitter.cpp
Log Message:
-----------
[NFC][TableGen] DecoderEmitter optimize scope stack in `Filter::emitTableEntry` (#135693)
- Create a new stack scope only in the fallthrough case.
- For the non-fallthrough cases, any fixup entries will naturally be
added to the existing scope without needing to copy them manually.
- Verified that the generated `GenDisassembler` files are identical with
and without this change.
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