Commit 290295fd by Jan Hubicka Committed by Jan Hubicka

re PR target/82281 (Bulldozer/Zen tuning: uses XMM for single 64-bit integer…

re PR target/82281 (Bulldozer/Zen tuning: uses XMM for single 64-bit integer AND, even with a simple mask)

	PR target/82281
	* gcc.target/i386/pr82281.c: New testcase.

From-SVN: r254939
parent 43502b83
2017-11-19 Jan Hubicka <hubicka@ucw.cz>
PR target/82281
* gcc.target/i386/pr82281.c: New testcase.
2017-11-19 Jan Hubicka <hubicka@ucw.cz>
PR ipa/81360
* gcc.c-torture/compile/pr81360.c: New testcase.
......
/* { dg-do compile } */
/* { dg-options "-O3 -m32" } */
long long test_and(long long x) {
return x & 0x77ffffffffULL;
}
/* { dg-final { scan-assembler-not "xmm" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment