Commit c48516f9 by Ilya Enkovich Committed by Ilya Enkovich

sse.md (<avx512>_store<mode>_mask): Fix operand checked for alignment.

gcc/

	* config/i386/sse.md (<avx512>_store<mode>_mask): Fix
	operand checked for alignment.

From-SVN: r231269
parent dc3d2aeb
2015-12-04 Ilya Enkovich <enkovich.gnu@gmail.com>
* config/i386/sse.md (<avx512>_store<mode>_mask): Fix
operand checked for alignment.
2015-12-04 Nathan Sidwell <nathan@acm.org>
* config/nvptx/nvptx.c (write_one_arg): Deal with prologue
......@@ -1051,7 +1051,7 @@
sse_suffix = "<ssescalarsize>";
}
if (misaligned_operand (operands[1], <MODE>mode))
if (misaligned_operand (operands[0], <MODE>mode))
align = "u";
else
align = "a";
......
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