You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow up of #10981 addressing one of the future works as provided in description of #11191- e.g. "rewrite more mini passes and do it in Java - follow SectionToBinOp example".
Goal: rewrite three+ (up to eight) mega passes into mini passes, so they can be processed by a single IR traversal.
This log indicates the current order of IR passes. The ideal ones to select are next to existing mini IR passes. For example Patterns and PrivateSymbolsAnalysis that are just next to TailCall (already rewritten by #11191). Or MethodDefinitions that is next to two already created mini IR passes.
Please rewrite the passes into Java.
The content you are editing has changed. Please copy your edits and refresh the page.
This is a follow up of #10981 addressing one of the future works as provided in description of #11191- e.g. "rewrite more mini passes and do it in Java - follow SectionToBinOp example".
Goal: rewrite three+ (up to eight) mega passes into mini passes, so they can be processed by a single IR traversal.
This log indicates the current order of IR passes. The ideal ones to select are next to existing mini IR passes. For example
Patterns
andPrivateSymbolsAnalysis
that are just next toTailCall
(already rewritten by #11191). OrMethodDefinitions
that is next to two already created mini IR passes.Please rewrite the passes into Java.
Tasks
The text was updated successfully, but these errors were encountered: