Displaying 2 results from an estimated 2 matches for "fengy".
Did you mean:
feng
2004 May 19
2
[LLVMdev] Question about insert function or instruction.
...ve examples to do what I want. Although I can
learn the main flow how to insert a call funcation or
instruction, but I still cannot implement it. Shame.
Another thing is that I am not sure the method I used
is correct or not? Can you give me some suggestion?
Thanks in advance for any response.
--fengy--
The following code is what I do
#include "llvm/Pass.h"
#include "llvm/Function.h"
#include "llvm/BasicBlock.h"
#include "llvm/Instruction.h"
#include "llvm/iOther.h"
namespace llvm {
struct cntPass : public FunctionPass{
virtual bool r...
2004 May 21
1
[LLVMdev] Re: LLVMdev digest, Vol 1 #292 - 4 msgs
...> learn the main flow how to insert a call funcation or
> instruction, but I still cannot implement it. Shame.
> Another thing is that I am not sure the method I used
> is correct or not? Can you give me some suggestion?
>
>
> Thanks in advance for any response.
>
> --fengy--
>
> The following code is what I do
> #include "llvm/Pass.h"
> #include "llvm/Function.h"
> #include "llvm/BasicBlock.h"
> #include "llvm/Instruction.h"
> #include "llvm/iOther.h"
>
>
> namespace llvm {
>
>...