diff options
| author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2003-10-02 06:13:19 +0000 |
|---|---|---|
| committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2003-10-02 06:13:19 +0000 |
| commit | 8207a2c079108e4c60228b5b91bc0b626bf5b799 (patch) | |
| tree | eb5f74c233e9726686719ac8d46125588a59b99a /llvm/docs/CommandGuide | |
| parent | a9b4c39dd262bd932d82661e8602340a69a324d1 (diff) | |
| download | bcm5719-llvm-8207a2c079108e4c60228b5b91bc0b626bf5b799.tar.gz bcm5719-llvm-8207a2c079108e4c60228b5b91bc0b626bf5b799.zip | |
Change llc command line for register allocators
llvm-svn: 8815
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llc.html | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/llvm/docs/CommandGuide/llc.html b/llvm/docs/CommandGuide/llc.html index 26e680342cd..8788a7a608a 100644 --- a/llvm/docs/CommandGuide/llc.html +++ b/llvm/docs/CommandGuide/llc.html @@ -95,11 +95,6 @@ OPTIONS Disable frame pointer elimination optimization. <p> - <li>-disable-local-ra - <br> - Use Simple RA instead of Local RegAlloc. - <p> - <li>-disable-pattern-isel <br> Use the 'simple' X86 instruction selector. @@ -146,13 +141,11 @@ OPTIONS architectures are: <dl compact> - <di> x86 - <dd> - IA-32 (Pentium and above) - <p> + <di> x86 + <dd>IA-32 (Pentium and above)</dd> - <di> sparc - <dd>SPARC V9 + <di> sparc + <dd>SPARC V9</dd> </dl> <p> @@ -166,6 +159,19 @@ OPTIONS Print generated machine code. <p> + <li>-regalloc=<ra> + <br> + Specify the register allocator to use. The default is <i>simple<i>. + Valid register allocators are: + <dl compact> + <di> simple + <dd>Very simple register allocator</dd> + + <di> local + <dd>Local register allocator</dd> + </dl> + <p> + <li> -help <br> Print a summary of command line options. |

