gh-87092: create a 'jump target label' abstraction so that the compiler's codegen stage does not work directly with basic blocks (GH-95398)

This commit is contained in:
Irit Katriel 2022-08-04 14:59:32 +01:00 committed by GitHub
parent 2fef27589e
commit 000c3874bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 386 additions and 354 deletions

View file

@ -0,0 +1 @@
Create a 'jump target label' abstraction in the compiler so that the compiler's codegen stage does not work directly with basic blocks. This prepares the code for changes to the underlying CFG generation mechanism.

File diff suppressed because it is too large Load diff