How to get all instructions of particular label + llvm?
Answers
Answered by
0
Answer:
m writing a LLVM parser to analyse whether a program is adhering to a certain programming paradigm. To that I need to analyse each block of the IR
Answered by
2
Tools that compose the libraries to perform task ... br i1 %2, label %3, label %4. ; <label>:3: ; preds = %4, %1 ret void. ; <label>:4: ..... You can loop over the instructions that use a .... Update the count for the .
Similar questions