forked from OSchip/llvm-project
parent
380c7e9a59
commit
f62f090ea1
|
@ -546,14 +546,6 @@ _foo:
|
|||
|
||||
===-------------------------------------------------------------------------===
|
||||
|
||||
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; }
|
||||
|
||||
===-------------------------------------------------------------------------===
|
||||
|
||||
We compile:
|
||||
|
||||
unsigned test6(unsigned x) {
|
||||
|
|
Loading…
Reference in New Issue