Displaying 2 results from an estimated 2 matches for "b6280ef2".
2010 Apr 09
0
[LLVMdev] whether these transformations are doable and how?
Ning Wang wrote:
> 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
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