Displaying 2 results from an estimated 2 matches for "c4f1690c".
2005 Jul 26
0
[LLVMdev] Making a pass available to llc?
...es for the test directory.
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/20050725/c4f1690c/attachment.sig>
2005 Jul 26
2
[LLVMdev] Making a pass available to llc?
On 7/25/05, Reid Spencer <reid at x10sys.com> wrote:
> 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.
OK, that makes sense.
> What you're looking for is a program