From eed462b6857e596d327886acab4ad7e22db953ce Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Thu, 2 Oct 2003 06:13:19 +0000 Subject: Change llc command line for register allocators git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8815 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llc.html | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'docs/CommandGuide') diff --git a/docs/CommandGuide/llc.html b/docs/CommandGuide/llc.html index 26e680342c..8788a7a608 100644 --- a/docs/CommandGuide/llc.html +++ b/docs/CommandGuide/llc.html @@ -95,11 +95,6 @@ OPTIONS Disable frame pointer elimination optimization.

-

  • -disable-local-ra -
    - Use Simple RA instead of Local RegAlloc. -

    -

  • -disable-pattern-isel
    Use the 'simple' X86 instruction selector. @@ -146,13 +141,11 @@ OPTIONS architectures are:
    - x86 -
    - IA-32 (Pentium and above) -

    + x86 +

    IA-32 (Pentium and above)
    - sparc -
    SPARC V9 + sparc +
    SPARC V9

    @@ -166,6 +159,19 @@ OPTIONS Print generated machine code.

    +

  • -regalloc=<ra> +
    + Specify the register allocator to use. The default is simple. + Valid register allocators are: +
    + simple +
    Very simple register allocator
    + + local +
    Local register allocator
    +
    +

    +

  • -help
    Print a summary of command line options. -- cgit v1.2.3-18-g5258