]> git.ipfire.org Git - thirdparty/gcc.git/commit
IBM zSystems: Use NAND instruction to implement bit not
authorAndreas Krebbel <krebbel@linux.ibm.com>
Wed, 11 Jan 2023 10:17:42 +0000 (11:17 +0100)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Wed, 11 Jan 2023 10:18:08 +0000 (11:18 +0100)
commit2ce074a7f858a1cd30ff68ec636dad9be218e04b
tree2c74bd623b9fecd2aa6f133f16914f138fb68e57
parent0986c351aa8a9f08b3cb614baec13564dd62c114
IBM zSystems: Use NAND instruction to implement bit not

gcc/ChangeLog:

* config/s390/s390.md (*not<mode>): New pattern.

gcc/testsuite/ChangeLog:

* gcc.target/s390/not.c: New test.
gcc/config/s390/s390.md
gcc/testsuite/gcc.target/s390/not.c [new file with mode: 0644]