Skip to content

Commit

Permalink
Update TOC to include the doc on IL Opcodes
Browse files Browse the repository at this point in the history
Signed-off-by: Annabelle Huo <Annabelle.Huo@ibm.com>
  • Loading branch information
a7ehuo committed Oct 6, 2022
1 parent c19e426 commit a1a4725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ In the end code generators perform binary encoding to write the appropriate bits
* [Testarossa's Intermediate Language (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/IntroToTrees.md)
* [Symbols, Symbol References, and Aliasing in the OMR compiler (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/SymbolsSymrefsAliasing.md)
* Reference of IL OpCodes
* [IL OpCodes (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/ILOpcodes.md)
* [Global Register Dependency (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/GlRegDeps.md)
* [Node Transmutation (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/Node.md)
* [Things to Consider When Adding a New IL Opcode (OMR)](https://github.com/eclipse/omr/blob/master/doc/compiler/il/ExtendingTrees.md)
Expand Down

0 comments on commit a1a4725

Please sign in to comment.