Displaying 1 result from an estimated 1 matches for "1009657".
2010 Apr 09
7
[LLVMdev] whether these transformations are doable and how?
Hi folk,
I'm a newbie to llvm, please first forgive my naive questions. I want to
instrument llvm code to do some run-time monitoring work. After reading
some of the llvm documentation, it begins clear to me that I can do the
instrumentation in a transformation pass. There are several things I want
to do in the transformation pass, but I'm not sure whether they are doable
and how to do