[all-commits] [llvm/llvm-project] 3ef066: [TableGen][DecoderEmitter] Change SmallSetVector t...

Sergei Barannikov via All-commits all-commits at lists.llvm.org
Tue Sep 16 08:44:14 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ef066f8a369e1fe10f5408d535ce782fb39490f
      https://github.com/llvm/llvm-project/commit/3ef066f8a369e1fe10f5408d535ce782fb39490f
  Author: Sergei Barannikov <barannikov88 at gmail.com>
  Date:   2025-09-16 (Tue, 16 Sep 2025)

  Changed paths:
    M llvm/utils/TableGen/DecoderEmitter.cpp

  Log Message:
  -----------
  [TableGen][DecoderEmitter] Change SmallSetVector to SetVector (NFC) (#159108)

SmallSetVector is too optimistic, there are usually more than 16 unique
decoders and predicates. Modernize `typedef` to `using` while here.



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