LLVM to talk about the daily forty-five LLVM IR TUTORIAL

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/snsn1984/article/details/89740654

This year's European LLVM developers conference in Tutorials link, Vince Bridgers (Intel Corporation), Felipe de Azevedo Piovezan (Intel Corporation) made called "LLVM IR Tutorial -! Phis, GEPs and other things, oh my" report . This report is aimed at users do not have LLVM IR based on LLVM IR were introduced. PPT report is very simple, but it is progressive layers, is very exciting, it can be said that the entry of zero-based model. The report points PPT exciting content to read in the following excerpt:

1, this report with a map shows the structure of LLVM IR:

2, reports the demand for instruction Phi scene was reproduced under demand scenario demonstrates the use of Phi directive, makes it easy to understand.

3, the use of getelementptr instructions were carried out with specific display arrays and structures. And a demonstration of the different parameters for the same example, easy to understand.

In addition to the above, there are many very good among PPT presentation.

PPT full address: http://llvm.org/devmtg/2019-04/slides/Tutorial-Bridgers-LLVM_IR_tutorial.pdf

Guess you like

Origin blog.csdn.net/snsn1984/article/details/89740654