[LLVMdev] Inserting a function call into bitcode

Nehal Gandhi nbg2k7 at gmail.com
Fri Jun 4 00:14:20 PDT 2010


Hi Nick

I am not quite sure what you meant by verifier. I checked online documents
and found that there is a function verifyAnalysis() in Pass but it is empty.
So do you suggest implementing that function? If it is the case, what should
I look while implementing that function? Or something else altogether?

Thanks,
Nehal.

-----Original Message-----
From: Nick Lewycky [mailto:nicholas at mxc.ca] 
Sent: Friday, June 04, 2010 2:29 AM
To: Nehal Gandhi
Cc: llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] Inserting a function call into bitcode

Have you tried running the verifier after ConditionProfile runs? Just 
add it to the pass manager to run right afterwards and see what it picks up.

Nick





More information about the llvm-dev mailing list