mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-06 20:37:05 +00:00
Document the automatic alias printing of InstAliases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130889 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2169ad8c60
commit
3f58a513e1
@ -2019,6 +2019,11 @@ def : InstAlias<"fcomi $reg", (COM_FIr RST:$reg)>;
|
||||
<p>Instruction aliases can also have a Requires clause to make them
|
||||
subtarget specific.</p>
|
||||
|
||||
<p>If the back-end supports it, the instruction printer can automatically emit
|
||||
the alias rather than what's being aliased. It typically leads to better,
|
||||
more readable code. If it's better to print out what's being aliased, then
|
||||
pass a '0' as the third parameter to the InstAlias definition.</p>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user