Displaying 3 results from an estimated 3 matches for "oedcg5pnrydlmilkcud".
2005 Jul 26
0
[LLVMdev] Making a pass available to llc?
I think that the answer is that llc is intended to be the final compiler
of executable output. Running "general" passes in llc was never part of
the design. It just runs machine passes, assuming that its bytecode
input is already optimized. What you're looking for is a program that is
the combination of opt and llc. Eventually, the llvmc program intends to
be that program. It
2005 Jul 26
2
[LLVMdev] Making a pass available to llc?
Hi - I wanted to make a pass available for use with llc, and found
that even though there is a PassInfo::LLC value, it isn't currently
used.
If you compare analyze.cpp and opt.cpp to llc.cpp, the first two find
appropriate pass names with a FilteredPassNameParser and create them,
but llc does not - it just gets all the passes it wants through the
TargetMachine.
Is there a particular reason
2005 Jul 26
2
[LLVMdev] Making a pass available to llc?
...;
> > Is there a particular reason not to create general Passes from llc?
> >
> > Thanks,
> > mike
> >
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.6 (GNU/Linux)
>
> iD8DBQBC5bwB3J9yEj6nvGcRAqWkAJwOTMMmIon6jnXJjzadIKU7wefyGgCfdAg/
> OEdCG5PnRYdlMiLkcuD+ZV0=
> =USOS
> -----END PGP SIGNATURE-----
>
>
>
--
Michael McCracken
UCSD CSE PhD Candidate
research: http://www.cse.ucsd.edu/~mmccrack/
misc: http://michael-mccracken.net/blog/