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
If I understand correctly, layout currently just lays out the blocks in order and peephole optimizes branches to subsequent instructions. A smarter ordering to maximize this optimization is desirable. This also would also the removal of the "merge" BIR pass? We could also then freely use blocks as instruction rescheduling barriers.
The text was updated successfully, but these errors were encountered:
If I understand correctly, layout currently just lays out the blocks in order and peephole optimizes branches to subsequent instructions. A smarter ordering to maximize this optimization is desirable. This also would also the removal of the "merge" BIR pass? We could also then freely use blocks as instruction rescheduling barriers.
The text was updated successfully, but these errors were encountered: