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
[InstanceChoice] Move specialize options pass earlier in the firtool pipeline (#7988)
Move the `SpecializeOptionsChoice` pass earlier in the pipeline. This is
required since most of the passes cannot handle `InstanceChoiceOp` including
the `InstanceGraph` analysis and may result in invalid IR.
This ensures that all the `InstanceChoiceOp` are replaced by `InstanceOp`
after the specialize pass is run, since partially specified options are still
not supported.
0 commit comments