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:
parent
3060b639be
commit
9cb22eea21
@ -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.
|
||||
|
@ -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")])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user