mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
add a note
llvm-svn: 29722
This commit is contained in:
parent
1eabe5fb58
commit
7476a6c710
@ -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