vsx.md (define_insn "*stxvl"): Add missing argument to the sldi instruction.

gcc/ChangeLog:

2017-09-07  Carl Love  <cel@us.ibm.com>

	    * config/rs6000/vsx.md (define_insn "*stxvl"): Add missing argument to the sldi instruction.

From-SVN: r251845
This commit is contained in:
Carl Love 2017-09-07 15:02:24 +00:00 committed by Carl Love
parent 3060b639be
commit 9cb22eea21
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-09-07 Carl Love <cel@us.ibm.com>
* config/rs6000/vsx.md (define_insn "*stxvl"): Add missing argument to the sldi instruction.
2017-09-07 David Edelsohn <dje.gcc@gmail.com>
* sancov.c: Include tm_p.h.

View File

@ -4373,7 +4373,7 @@
(match_operand:DI 2 "register_operand" "+r")]
UNSPEC_STXVL))]
"TARGET_P9_VECTOR && TARGET_64BIT"
"sldi %2,%2\;stxvl %x0,%1,%2"
"sldi %2,%2,56\;stxvl %x0,%1,%2"
[(set_attr "length" "8")
(set_attr "type" "vecstore")])