7篇文章 · 578字 · 1人关注
我的主页地址为:Meng Hao's Homepage欢迎访问!
一般的Pass工程建立方法需要利用LLVM源码目录进行编译,本文介绍了另一种Pass工程建立和编译方法,与cmake相结合进行Pass编译。 1...
Alternatively, it’s common to have an instance of the User Class and nee...
Frequently, we might have an instance of the Value Class and we want to ...
通过User中提供的op_iterator迭代器来遍历Instruction中的操作数
LLVM已经提供了遍历基本块的所有前驱的函数
https://clang-omp.github.io/ 介绍 目前clang/llvm编译器已经支持OpenMP,目前,OpenMP 3.1已...
文集作者