dg icon indicating copy to clipboard operation
dg copied to clipboard

Update LLVMDependenceGraph after module transformations

Open anahitH opened this issue 7 years ago • 1 comments

What is the recommended way to update LLVMDependenceGraph after applying some transformations to a module? Thanks!

anahitH avatar May 09 '18 11:05 anahitH

Hi,

currently, the only "correct" way is to create the graph again. It also depends on your transformations -- whether they add something or just remove some instructions, or move them? If they just remove, the graph should be usable, if they add or move, there are some changes needed.

mchalupa avatar May 14 '18 06:05 mchalupa