Skip to content

CodeGen: Trim redundant template argument from defusechain_iterator #135024

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

arsenm
Copy link
Contributor

@arsenm arsenm commented Apr 9, 2025

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

Copy link
Contributor Author

arsenm commented Apr 9, 2025

Copy link
Contributor Author

arsenm commented Apr 9, 2025

Merge activity

  • Apr 9, 12:21 PM EDT: A user started a stack merge that includes this pull request via Graphite.
  • Apr 9, 12:25 PM EDT: Graphite rebased this pull request as part of a merge.
  • Apr 9, 12:28 PM EDT: A user merged this pull request with Graphite.

@arsenm arsenm force-pushed the users/arsenm/machine-register-info/remove-byoperand-by-instr-defusechain-instr-iterator branch from 12014ea to 2cd20ea Compare April 9, 2025 16:21
Base automatically changed from users/arsenm/machine-register-info/remove-byoperand-by-instr-defusechain-instr-iterator to main April 9, 2025 16:24
Only one of ByOperand, ByInstr, or ByBundle should be true. Replace
ByBundle with !ByInstr, and assert that both are not used.
@arsenm arsenm force-pushed the users/arsenm/machine-register-info/trim-redundant-template-parameter-usedefchain-iterator branch from 751b2ad to dfb7559 Compare April 9, 2025 16:24
@arsenm arsenm merged commit 2a7f12e into main Apr 9, 2025
6 of 9 checks passed
@arsenm arsenm deleted the users/arsenm/machine-register-info/trim-redundant-template-parameter-usedefchain-iterator branch April 9, 2025 16:28
AllinLeeYL pushed a commit to AllinLeeYL/llvm-project that referenced this pull request Apr 10, 2025
…lvm#135024)

Only one of ByOperand, ByInstr, or ByBundle should be true. Replace
ByBundle with !ByInstr, and assert that both are not used.
var-const pushed a commit to ldionne/llvm-project that referenced this pull request Apr 17, 2025
…lvm#135024)

Only one of ByOperand, ByInstr, or ByBundle should be true. Replace
ByBundle with !ByInstr, and assert that both are not used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants