-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
LLVM Code Generation
By :
Like Chapter 15, this chapter builds on what was introduced for instruction selection in Chapter 14. As such, this chapter has the same requirements as Chapter 14.
All the snippets presented in this chapter live in the https://github.com/PacktPublishing/LLVM-Code-Generation-by-example GitHub repository. We call this repository the companion repository in the remainder of the chapter.
The changes for this chapter are all included between the Git tags begin_ch16 and end_ch16 of the companion repository. If you are not familiar with Git tags, look at Chapter 9 for a quick explanation of what you can do with them. Throughout the chapter, we also mention specific tags that we created in this repository for you to easily find the relevant commits.
Let’s now get started with the concept of legalization in LLVM.