mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:29:58 +00:00
Instructions for use
llvm-svn: 255
This commit is contained in:
parent
95de507872
commit
3688fb97e2
14
tools/llc/README.txt
Normal file
14
tools/llc/README.txt
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
To run this utility:
|
||||
|
||||
For a list of options:
|
||||
llc -h
|
||||
|
||||
To see the generated machine instructions:
|
||||
llc -debug_select 1 <bytecode-file>
|
||||
|
||||
I left that as a "debugging" option since it is not real code.
|
||||
Use 2 instead of 1 to dump the mapping between LLVM instructions and
|
||||
Machine instructions, and 5 to see the patterns chosen by BURG.
|
||||
These outputs aren't very clean.
|
||||
|
Loading…
Reference in New Issue
Block a user