[LLVMdev] Making a pass available to llc?

Reid Spencer reid at x10sys.com
Tue Jul 26 18:58:04 PDT 2005


On Tue, 2005-07-26 at 17:25 -0700, Michael McCracken wrote:

> Since I'm modifying llc, I have a couple small questions about that code:
> 
> opt and analyze (and a couple of other places) add a verifier pass,
> but llc doesn't.
> This would seem to make sense for llc as well - should I add it, with
> the corresponding
> hidden -no-verify option?

I can't see any harm in that. However, please make sure that it really
isn't being run. The verifier can be hidden by various levels of
abstraction.

Thanks!

Reid.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050726/94f00fc9/attachment.sig>


More information about the llvm-dev mailing list