llvm libLLVMCore source code analysis 01 - Type Class

Source path llvm\include\llvm\IR\Type.h llvm\include\llvm\IR\DerivedTypes.h llvm type system Llvm type system is one of the most important features of llvm IR. It is an important difference between llvm IR and ordinary three address code. It is the basis of a series of IR based optimization. Take the following source code as an example: // ...

Added by hothientuan on Tue, 15 Feb 2022 11:22:46 +0200