[all-commits] [llvm/llvm-project] 2cd20e: CodeGen: Remove redundant arguments to defusechain...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Apr 9 09:22:13 PDT 2025


  Branch: refs/heads/users/arsenm/machine-register-info/remove-byoperand-by-instr-defusechain-instr-iterator
  Home:   https://github.com/llvm/llvm-project
  Commit: 2cd20eaa92566ce0c868e5eb0ff7f9a3ab841789
      https://github.com/llvm/llvm-project/commit/2cd20eaa92566ce0c868e5eb0ff7f9a3ab841789
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-04-09 (Wed, 09 Apr 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineRegisterInfo.h

  Log Message:
  -----------
  CodeGen: Remove redundant arguments to defusechain_instr_iterator

ByOperand must be false, this is implied by the iterator type.
The instr_iterator cases are a separate implementation from the single
operand defusechain_iterator.

Additionally ByInstr and ByBundle are mutually exclusive.



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