[all-commits] [llvm/llvm-project] 751b2a: CodeGen: Trim redundant template argument from def...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Apr 9 07:10:22 PDT 2025
Branch: refs/heads/users/arsenm/machine-register-info/trim-redundant-template-parameter-usedefchain-iterator
Home: https://github.com/llvm/llvm-project
Commit: 751b2ad5ef572948a57cc0162a4dafc56f9f7d72
https://github.com/llvm/llvm-project/commit/751b2ad5ef572948a57cc0162a4dafc56f9f7d72
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