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
The gate op is labelled side effecting so that optimizations won't touch it, but that means dead code elimination won't touch it, even though it is sound (and indeed important) to DCE clock-gated regions.
The
gateop is labelled side effecting so that optimizations won't touch it, but that means dead code elimination won't touch it, even though it is sound (and indeed important) to DCE clock-gated regions.