mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-27 06:35:30 +00:00
Add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29139 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4392da385
commit
1eeedaea59
@ -530,3 +530,12 @@ _foo:
|
||||
or r2, r2, r4
|
||||
stw r2, 0(r3)
|
||||
blr
|
||||
|
||||
===-------------------------------------------------------------------------===
|
||||
|
||||
On PPC64, this results in a truncate followed by a truncstore. These should
|
||||
be folded together.
|
||||
|
||||
unsigned short G;
|
||||
void foo(unsigned long H) { G = H; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user