mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-22 10:16:43 +00:00
add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fe85403467
commit
5c36d78462
@ -709,3 +709,16 @@ float uint32_2_float( unsigned u ) {
|
||||
|
||||
When using fastcc abi, align stack slot of argument of type double on 8 byte
|
||||
boundary to improve performance.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Codegen:
|
||||
|
||||
if ((variable == 4) || (variable == 6)) { stuff }
|
||||
|
||||
as:
|
||||
|
||||
or eax, 2
|
||||
cmp eax, 6
|
||||
jz label
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user