[all-commits] [llvm/llvm-project] 376b71: [NFC][TableGen][DecoderEmitter] Use structured bin...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Fri Jun 20 06:42:11 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 376b71442d03bcc8ec6e2244002e3d62916dcea4
      https://github.com/llvm/llvm-project/commit/376b71442d03bcc8ec6e2244002e3d62916dcea4
  Author: Rahul Joshi <rjoshi at nvidia.com>
  Date:   2025-06-20 (Fri, 20 Jun 2025)

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

  Log Message:
  -----------
  [NFC][TableGen][DecoderEmitter] Use structured binding in range for loop (#144890)

Also assign variable names to different elements of `OpMap` for better
readibility, and eliminate `NumberedEncodingsRef` as `std::vector` will
automatically get converted to an `ArrayRef`.



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