Uh oh!
There was an error while loading. Please reload this page.
JIT: make bbID available in release, use it for pred list ordering - #93636
JIT: make bbID available in release, use it for pred list ordering#93636AndyAyersMS wants to merge 1 commit into
Conversation
Avoid needing to reorder pred lists (in most cases) by relying on `bbID` for a persistent stable ordering.
ghost
commented
Oct 17, 2023
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsAvoid needing to reorder pred lists (in most cases) by relying on
|
AndyAyersMS
commented
Oct 17, 2023
@kunalspathak FYI. Locally this didn't help much with TP; let's see what CI says. |
kunalspathak
commented
Oct 18, 2023
Seems like a nice TP win except that Arm64 shows more regressions. I glanced at few of the diffs and seems to be coming out of resolution moves, so perhaps happening because the block reordering, like we see in #93371. |
ghost
commented
Nov 17, 2023
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
Avoid needing to reorder pred lists (in most cases) by relying on
bbIDfor a persistent stable ordering.