[all-commits] [llvm/llvm-project] 91e77d: [TableGen] Restore OpName::OPERAND_LAST emission i...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Fri Jan 31 13:19:34 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91e77d88a40f91d4da79c478dbb7d447bb59ed14
      https://github.com/llvm/llvm-project/commit/91e77d88a40f91d4da79c478dbb7d447bb59ed14
  Author: Rahul Joshi <rjoshi at nvidia.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

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

  Log Message:
  -----------
  [TableGen] Restore OpName::OPERAND_LAST emission in InstrInfoEmitter (#125265)

- Looks like this sentinel value is used in some downstream backends, so
restore emitting it.
- It now also has the correct value (earlier code may have emitted an
incorrect value for OPERAND_LAST and hence it was removed in
https://github.com/llvm/llvm-project/pull/124960)



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