mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-01 00:02:16 +00:00
add a case
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23785 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fbcd54f2cb
commit
3d8df55fed
@ -24,6 +24,9 @@ _foo:
|
||||
rlwinm r3, r2, 0, 16, 31
|
||||
blr
|
||||
|
||||
and:
|
||||
extern int X, Y; int* test(int C) { return C? &X : &Y; }
|
||||
as one load when using --enable-pic.
|
||||
|
||||
* Support 'update' load/store instructions. These are cracked on the G5, but
|
||||
are still a codesize win.
|
||||
|
Loading…
x
Reference in New Issue
Block a user