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

NFC: some SSAIR pass improvements: #43221

Merged
merged 1 commit into from
Nov 25, 2021
Merged

NFC: some SSAIR pass improvements: #43221

merged 1 commit into from
Nov 25, 2021

Conversation

aviatesk
Copy link
Member

  • improve type stability around perform_lifting!
  • avoid using mutable RefValues
  • add docstrings for lift_comparison! / canonicalize_typeassert!

@aviatesk aviatesk added compiler:optimizer Optimization passes (mostly in base/compiler/ssair/) merge me PR is reviewed. Merge when all tests are passing labels Nov 25, 2021
@aviatesk aviatesk force-pushed the avi/ssair branch 2 times, most recently from 1fdb661 to 706657c Compare November 25, 2021 10:45
- improve type stability around `perform_lifting!`
- avoid using mutable `RefValue`s
- add docstrings for `lift_comparison!` / `canonicalize_typeassert!`
- fix `@nospecialize` annotation for `simple_walk_constraint`
@aviatesk aviatesk merged commit d31ba7c into master Nov 25, 2021
@aviatesk aviatesk deleted the avi/ssair branch November 25, 2021 13:09
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Nov 26, 2021

# Insert PhiNodes
lifted_phis = LiftedPhi[]
for item in visited_phinodes
# FIXME this cache retrieval is obviously broken
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😂

LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
- improve type stability around `perform_lifting!`
- avoid using mutable `RefValue`s
- add docstrings for `lift_comparison!` / `canonicalize_typeassert!`
- fix `@nospecialize` annotation for `simple_walk_constraint`
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
- improve type stability around `perform_lifting!`
- avoid using mutable `RefValue`s
- add docstrings for `lift_comparison!` / `canonicalize_typeassert!`
- fix `@nospecialize` annotation for `simple_walk_constraint`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:optimizer Optimization passes (mostly in base/compiler/ssair/)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants