如何将IR中的一组指令分区为新文件?

时间:2017-06-28 19:22:05

标签: llvm llvm-ir

我想将IR中的一组指令分区为新文件(如.bc)。 这个过程将是:

1)复制说明

2)删除原始文件中的说明

3)将其转储到新的文件,如(.bc)

似乎1)和2)可以通过"来解决。 In LLVM IR, I want to copy a set of Instructions and paste those instructions to another place in IR through LLVM pass. How to do this?"

但是,我该如何处理3)?

提前致谢!

0 个答案:

没有答案