Number of jit tests failing with needLabel
assert
#61939
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Saw this first when testing OSR but it seems to be more widespread.
Eg from libraries-pgo run: https://dev.azure.com/dnceng/public/_build/results?buildId=1480057&view=ms.vss-test-web.build-test-results-tab
Underlying issue is that we end up deciding to put align padding before an unreachable block, and then assert that that block does not have a label.
cc @kunalspathak @dotnet/jit-contrib
The text was updated successfully, but these errors were encountered: