[all-commits] [llvm/llvm-project] 840b36: CodeGen: Remove redundant arguments to defusechain...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Apr 9 09:24:50 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 840b366d47115ecf2f7034721c13576e6f14cd82
https://github.com/llvm/llvm-project/commit/840b366d47115ecf2f7034721c13576e6f14cd82
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 (#135023)
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