Avatar notebook default
7篇文章 · 578字 · 1人关注
  • 我的主页

    我的主页地址为:Meng Hao's Homepage欢迎访问!

  • Resize,w 360,h 240
    LLVM Pass工程建立过程

    一般的Pass工程建立方法需要利用LLVM源码目录进行编译,本文介绍了另一种Pass工程建立和编译方法,与cmake相结合进行Pass编译。 1...

  • LLVM的Use-Def获取

    Alternatively, it’s common to have an instance of the User Class and nee...

  • LLVM中Def-Use获取

    Frequently, we might have an instance of the Value Class and we want to ...

  • 遍历LLVM IR指令的操作数

    通过User中提供的op_iterator迭代器来遍历Instruction中的操作数

  • 获取Basic Block的前驱基本块

    LLVM已经提供了遍历基本块的所有前驱的函数

  • OpenMP编译成LLVMIR

    https://clang-omp.github.io/ 介绍 目前clang/llvm编译器已经支持OpenMP,目前,OpenMP 3.1已...

文集作者