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

Simplifier Pass #4700

Closed
wants to merge 528 commits into from
Closed

Simplifier Pass #4700

wants to merge 528 commits into from

Conversation

certik
Copy link
Contributor

@certik certik commented Aug 28, 2024

This is a long-running branch and a PR with a simplifier pass. To collaborate on this, simply send a PR against this simplifier_pass branch and if merged, it will automatically appear in this PR. We can use this PR to easily see what the changes are against main and our goal is to get these changes to the point that we can merge it. The CI should always be green in this PR.

TODO to merge simplifier_pass into main:


sync w main

TODO after sync with main

  • enable --experimental-simplifier flag for third party tests and other places as well

@@ -4,11 +4,13 @@ on:
push:
branches:
- main
- simplifier_pass
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can probably remove this part, because this will get tested thanks to this PR being open against main ("pull request against main"), thanks to the "main" being mentioned below. That way we avoid double testing.

gxyd and others added 26 commits September 12, 2024 08:53
ASR->LLVM: handle association to PointerNullConstant by creating just a store
chore: merge specific commits from `array_op_refac` branch
chore: merge `main` into `simplifier_pass`
simplifier pass: uncomment passing test case
…bol-array-size

fix: do ASR verification conditionally for `ExternalSymbol` in `ArraySize`
tests: enable testing `parameter_13`
simplifier pass: use `m_value` for replacing Var, when available
simplifier pass: convert initialization to assignment in the same scope as initialization
tests: enable testing `intrinsics_311.f90` with `--realloc-lhs` flag
gxyd and others added 25 commits October 25, 2024 15:11
sync back 'subroutine_from_function.cpp' with main
undo tab changes and update reference tests
chore: merge `main` into `simplifier_pass`
…function-registry-simplifier

chore: bring back changes from `main` using `use_experimental_simplifier` guard
chore: shorten diff between `main` and `simplifier_pass`
@certik
Copy link
Contributor Author

certik commented Oct 27, 2024

I don't know what happened here: I used the online "resolve conflicts" feature, and to create a new branch. And it instead retargeted this PR to be from the new branch....

Anyway, here is the PR into simplifier: #5181

@certik certik mentioned this pull request Oct 27, 2024
@certik
Copy link
Contributor Author

certik commented Oct 27, 2024

Closing in favor of #5182.

@certik certik closed this Oct 27, 2024
@certik certik deleted the pr4700_conflicts branch October 28, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants