]> git.ipfire.org Git - thirdparty/gcc.git/commit
[AArch64] Factor out pfalse predicate creation
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jun 2019 14:51:02 +0000 (14:51 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jun 2019 14:51:02 +0000 (14:51 +0000)
commit1804e17ffe240e69b3a2c2e6e512c94725cb0cb8
treec121677959842a54e24c7166e23c94cfe4187785
parentf8e1b9c1d596711f305b47c12399a51858a2e09a
[AArch64] Factor out pfalse predicate creation

Following on from the previous ptrue patch.

2019-06-18  Richard Sandiford  <richard.sandiford@arm.com>

gcc/
* config/aarch64/aarch64-protos.h (aarch64_pfalse_reg): Declare.
* config/aarch64/aarch64.c (aarch64_pfalse_reg): New function.
* config/aarch64/aarch64-sve.md: Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272425 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/aarch64/aarch64-protos.h
gcc/config/aarch64/aarch64-sve.md
gcc/config/aarch64/aarch64.c