| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ler_use_new_implicit_block_if_needed insted (for the last instr in the block)
…block rather than taking a compiler struct ptr. Rename them to basicblock_add_*
There was a problem hiding this comment.
Looks correct and makes things a bit more flexible.
Out of interest, what are the use-cases for adding instructions at assembly time?
Sorry, something went wrong.
Thanks. I need to do this here line 7465. |
Sorry, something went wrong.
|
Looks good. |
Sorry, something went wrong.
|
Looks good. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This makes these functions available for use in the optimiser and assembler, when it is necessary to change basic blocks.
Closes #93008.