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

optimizer: add missing bounds checks to avoid ICE #41048

Merged
merged 1 commit into from
Jun 2, 2021
Merged

optimizer: add missing bounds checks to avoid ICE #41048

merged 1 commit into from
Jun 2, 2021

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Jun 1, 2021

Fixes #40804

@vtjnash vtjnash added compiler:optimizer Optimization passes (mostly in base/compiler/ssair/) backport 1.6 Change should be backported to release-1.6 labels Jun 1, 2021
@vtjnash vtjnash merged commit a3243a0 into master Jun 2, 2021
@vtjnash vtjnash deleted the jn/40804 branch June 2, 2021 20:52
@KristofferC KristofferC mentioned this pull request Jun 4, 2021
45 tasks
KristofferC pushed a commit that referenced this pull request Jun 4, 2021
shirodkara pushed a commit to shirodkara/julia that referenced this pull request Jun 9, 2021
johanmon pushed a commit to johanmon/julia that referenced this pull request Jul 5, 2021
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label Jul 12, 2021
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
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.

===(), ===(x) and typeassert() cause internal error when compiled
3 participants