]> git.ipfire.org Git - thirdparty/gcc.git/commit
S/390: Revert setmem pattern folding
authorAndreas Krebbel <krebbel@gcc.gnu.org>
Tue, 1 Mar 2016 14:53:29 +0000 (14:53 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Tue, 1 Mar 2016 14:53:29 +0000 (14:53 +0000)
commitdb340c730f74885d09b9578986d4290890627a18
tree2d1c7141454b06e8b34970073885539f1f53eec4
parenta7ba15ca583a948a3f9b44a65565f49f84c552ff
S/390: Revert setmem pattern folding

This does not work without:
https://gcc.gnu.org/ml/gcc-patches/2016-02/msg01575.html

2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

Revert
2016-03-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

* config/s390/constraints.md ("jm8"): New constraint.
* config/s390/predicates.md ("const_int_8bitset_operand"): New predicate.
* config/s390/s390.md ("*setmem_long", "*setmem_long_and"): Merge
into ...
("*setmem_long<setmem_and>"): New pattern.
("*setmem_long_31z", "*setmem_long_and_31z"): Merge
into ...
("*setmem_long_31z<setmem_and>"): New pattern.
* config/s390/subst.md ("setmem_31z_subst", "setmem_and_subst"):
New substitution rules with the required attributes.

From-SVN: r233854
gcc/ChangeLog
gcc/config/s390/constraints.md
gcc/config/s390/predicates.md
gcc/config/s390/s390.md
gcc/config/s390/subst.md