PacktPublishing / Learn-LLVM-12

Learn LLVM 12, published by Packt
MIT License
474 stars 103 forks source link

Apply TBAA Metadata as Suggested by the Book #12

Open heksterb opened 2 years ago

heksterb commented 2 years ago

The code doesn't actually apply the TBAA metadata. The code to actually do that is suggested in the book (on p. 183), but that needs an edit as well.