-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore
setindex!(::IRCode, ::SSAValue, ::SSAValue)
(#45216)
This particular method got removed in f67371d, but it's common in RAUW-like patterns in external code. I think it is a sensible method to have, because the metadata on such an instruction will get deleted on the next compact anyway, so there's not much reason to attempt to force the API user to pass complete metadata around. It also enables useful patterns like: ``` ir[idx] = insert_node!(idx-2, NewInstruction(...)) ```
- Loading branch information
Showing
1 changed file
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f9bd142
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Executing the daily package evaluation, I will reply here when finished:
@nanosoldier
runtests(ALL, isdaily = true)
f9bd142
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your package evaluation job has completed - possible new issues were detected. A full report can be found here.