mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Another entry
llvm-svn: 28356
This commit is contained in:
parent
477732bab9
commit
b84a79a336
@ -1171,3 +1171,15 @@ _test:
|
|||||||
ret
|
ret
|
||||||
|
|
||||||
or use pxor (to make a zero vector) and shuffle (to insert it).
|
or use pxor (to make a zero vector) and shuffle (to insert it).
|
||||||
|
|
||||||
|
//===---------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
Bad codegen:
|
||||||
|
|
||||||
|
char foo(int x) { return x; }
|
||||||
|
|
||||||
|
_foo:
|
||||||
|
movl 4(%esp), %eax
|
||||||
|
shll $24, %eax
|
||||||
|
sarl $24, %eax
|
||||||
|
ret
|
||||||
|
Loading…
x
Reference in New Issue
Block a user