[all-commits] [llvm/llvm-project] cded12: [TableGen][DecoderEmitter] Extract encoding parsin...
Sergei Barannikov via All-commits
all-commits at lists.llvm.org
Mon Aug 18 23:36:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cded1280090d92e4ff7974af0fe27541dabb1876
https://github.com/llvm/llvm-project/commit/cded1280090d92e4ff7974af0fe27541dabb1876
Author: Sergei Barannikov <barannikov88 at gmail.com>
Date: 2025-08-19 (Tue, 19 Aug 2025)
Changed paths:
M llvm/utils/TableGen/DecoderEmitter.cpp
Log Message:
-----------
[TableGen][DecoderEmitter] Extract encoding parsing into a method (NFC) (#154271)
Call it from the constructor so that we can make `run` method `const`.
Turn a couple of related functions into methods as well.
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