Skip to content
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

[Sim][NFC] Include InferTypeOpInterface in SimOps.td #7693

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

fabianschuiki
Copy link
Contributor

Include the InferTypeOpInterface.td file in SimOps.td, which causes TableGen to automatically generate builders without result type for operations where the result type is either fixed or derived from the operands. This makes one of the builders obsolete.

Include the `InferTypeOpInterface.td` file in `SimOps.td`, which causes
TableGen to automatically generate builders without result type for
operations where the result type is either fixed or derived from the
operands. This makes one of the builders obsolete.
@fabianschuiki fabianschuiki merged commit 71b8665 into main Oct 11, 2024
4 checks passed
@fabianschuiki fabianschuiki deleted the fschuiki/sim-infer-type-op-intf branch October 11, 2024 00:26
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