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
[MERGE #5465@rajatd] Stricter check for not aggregating bytecode uses across blocks. OS #17449647
Merge pull request #5465 from rajatd:aggregate-bcu
Stop bytecodeuses aggregation upon seeing an instruction that `StartsBasicBlock` instead of one that `EndsBasicBlock`. This is because the previous block may have been optimized away with all its instructions, including the branch at the end, converted to ByteCodeUses.
0 commit comments