Commit 21216998 by James Greenhalgh Committed by James Greenhalgh

[AArch64] Fix output template for Scalar Neon->Neon register move.

gcc/
	* config/aarch64/aarch64.md
	(*mov<mode>_aarch64): Fix output template for DUP (element) Scalar.

From-SVN: r203711
parent 1ef88893
2013-10-16 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64.md
(*mov<mode>_aarch64): Fix output template for DUP (element) Scalar.
2013-10-16 Andrew MacLeod <amacleod@redhat.com>
PR tree-optimization/58697
......
......@@ -789,7 +789,7 @@
case 8:
return "dup\t%0.<Vallxd>, %w1";
case 9:
return "dup\t%0, %1.<v>[0]";
return "dup\t%<Vetype>0, %1.<v>[0]";
default:
gcc_unreachable ();
}
......
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