Insert New Instruction() in LLVM IR

后端 未结 0 561
猫巷女王i
猫巷女王i 2021-02-08 08:13

I am New to LLVM:

Assume that, I want to use

if (Instruction* Pi = dyn_cast(&I)) {
    auto *NewInst = new Instruction(...,Pi);
}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题