commit | 4f766e3c4ab83f71b87ab175f52bd8284eafc72f | [log] [tgz] |
---|---|---|
author | Sergei Barannikov <barannikov88@gmail.com> | Sun Aug 24 12:39:19 2025 +0300 |
committer | Copybara-Service <copybara-worker@google.com> | Sun Aug 24 02:42:25 2025 -0700 |
tree | d9e49fa81d53b76dcd0de8fa7ce9c0a97dcd1bd4 | |
parent | f3199c4d79a87df8d9d1967915cd9d81a11bc843 [diff] |
[TableGen][DecoderEmitter] Refactor emitTableEntries (NFCI) (#155100) * Inline two small functions so that `emitTableEntries()` calls itself directly rather than through other functions. * Peel the last iteration of the loop as it is special. This should make the code easier to follow. GitOrigin-RevId: ec860d1b87ecea2976c9fc489ea108a3c5312ea6