[all-commits] [llvm/llvm-project] dfb755: CodeGen: Trim redundant template argument from def...

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


  Branch: refs/heads/users/arsenm/machine-register-info/trim-redundant-template-parameter-usedefchain-iterator
  Home:   https://github.com/llvm/llvm-project
  Commit: dfb7559070bb75c5443452e26567c70a3fd8d620
      https://github.com/llvm/llvm-project/commit/dfb7559070bb75c5443452e26567c70a3fd8d620
  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: Trim redundant template argument from defusechain_iterator

Only one of ByOperand, ByInstr, or ByBundle should be true. Replace
ByBundle with !ByInstr, and assert that both are not used.



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