Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Deprecate ToWorkingIR #2028

Merged
merged 5 commits into from
Feb 1, 2021
Merged

Deprecate ToWorkingIR #2028

merged 5 commits into from
Feb 1, 2021

Conversation

seldridge
Copy link
Member

The ToWorkingIR pass is an identity transform since Magyar combined WIR and IR. This PR deprecates it, removes it from firrtl.stage.Forms, and removes its specification as a dependency.

Contributor Checklist

  • [n/a] Did you add Scaladoc to every public function/method?
  • [n/a] Did you update the FIRRTL spec to include every new feature/behavior?
  • Did you add at least one test demonstrating the PR?
  • Did you delete any extraneous printlns/debugging code?
  • Did you specify the type of improvement?
  • Did you state the API impact?
  • Did you specify the code generation impact?
  • Did you request a desired merge strategy?
  • Did you add text to be included in the Release Notes for this change?

Type of Improvement

  • code cleanup

API Impact

None.

Backend Code Generation Impact

None.

Desired Merge Strategy

  • Squash: The PR will be squashed and merged (choose this if you have no preference.

Release Notes

Reviewer Checklist (only modified by reviewer)

  • Did you add the appropriate labels?
  • Did you mark the proper milestone (1.2.x, 1.3.0, 1.4.0) ?
  • Did you review?
  • Did you check whether all relevant Contributor checkboxes have been checked?
  • Did you mark as Please Merge?

Deprecate ToWorkingIR as it is now an identity transform.

Signed-off-by: Schuyler Eldridge <[email protected]>
@seldridge seldridge changed the title Deprecate to working ir Deprecate ToWorkingIR Dec 23, 2020
@jackkoenig jackkoenig added this to the 1.4.x milestone Feb 1, 2021
@jackkoenig
Copy link
Contributor

IR and WIR were merged in 1.4.0, so backporting to 1.4.x branch.

@jackkoenig jackkoenig added the Please Merge Accepted PRs that are ready to be merged. Useful when waiting on CI. label Feb 1, 2021
@mergify mergify bot merged commit fd5d442 into master Feb 1, 2021
mergify bot pushed a commit that referenced this pull request Feb 1, 2021
* Deprecate firrtl.passes.ToWorkingIR

Deprecate ToWorkingIR as it is now an identity transform.

Signed-off-by: Schuyler Eldridge <[email protected]>

* Deprecate firrtl.stage.Forms.WorkingIR

Signed-off-by: Schuyler Eldridge <[email protected]>

* Switch from Forms.WorkingIR to Forms.MinimalHighForm

Signed-off-by: Schuyler Eldridge <[email protected]>

Co-authored-by: Jack Koenig <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit fd5d442)
@mergify mergify bot added the Backported This PR has been backported to marked stable branch label Feb 1, 2021
mergify bot added a commit that referenced this pull request Feb 1, 2021
* Deprecate firrtl.passes.ToWorkingIR

Deprecate ToWorkingIR as it is now an identity transform.

Signed-off-by: Schuyler Eldridge <[email protected]>

* Deprecate firrtl.stage.Forms.WorkingIR

Signed-off-by: Schuyler Eldridge <[email protected]>

* Switch from Forms.WorkingIR to Forms.MinimalHighForm

Signed-off-by: Schuyler Eldridge <[email protected]>

Co-authored-by: Jack Koenig <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit fd5d442)

Co-authored-by: Schuyler Eldridge <[email protected]>
@jackkoenig jackkoenig deleted the deprecate-ToWorkingIR branch March 26, 2021 23:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Backported This PR has been backported to marked stable branch Please Merge Accepted PRs that are ready to be merged. Useful when waiting on CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants