Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Miscellaneous
Meta.partially_inline!
fixes
I'm not a big fan of this pass, or the way it's written. At a minimum, I'd expect both better test coverage (when we write similar passes for the core Compiler, we get away with weak test coverage by relying on user code) and a re-factor to make this switch exhaustive (it should error if unexpected IR elements are encountered, instead of just performing an incorrect transformation) This doesn't make progress on those issues for now, but it at least fixes up a couple of conspicuous problems I noticed when reviewing #56787
- Loading branch information