LLVM backend module pass -


i write pass @ backend goes on machinebasicblock in graph order , check if each 3 consecutive machinebasicblock property achieved.

any idea how write pass?

this blog post explains how walk basic blocks in various graph orders (focusing on topological, providing pointers others well). same can applied machinebasicblock, using same mechanisms.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -