GH-132532: Add new DSL macros to better declare semantics of exits at ends of instructions/uops. (GH-137098)

This commit is contained in:
Mark Shannon 2025-08-09 15:41:28 +01:00 committed by GitHub
parent c744b57fd6
commit af15e1d13e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 524 additions and 609 deletions

View file

@ -11,6 +11,8 @@
break;
}
/* _CHECK_PERIODIC_AT_END is not a viable micro-op for tier 2 */
case _CHECK_PERIODIC_IF_NOT_YIELD_FROM: {
break;
}
@ -3198,6 +3200,10 @@
break;
}
case _HANDLE_PENDING_AND_DEOPT: {
break;
}
case _ERROR_POP_N: {
break;
}