Skip to content

Commit

Permalink
gh-87092: create a 'jump target label' abstraction so that the compil…
Browse files Browse the repository at this point in the history
…er's codegen stage does not work directly with basic blocks (GH-95398)
  • Loading branch information
iritkatriel authored Aug 4, 2022
1 parent 2fef275 commit 000c387
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 354 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Loading

0 comments on commit 000c387

Please sign in to comment.