]> git.ipfire.org Git - thirdparty/gcc.git/commit
CRC code generation v2:
authorMariam Arutunian <mariamarutunian@gmail.com>
Fri, 17 Feb 2023 14:00:48 +0000 (18:00 +0400)
committerJeff Law <jlaw@ventanamicro>
Tue, 21 Mar 2023 15:03:21 +0000 (09:03 -0600)
commit9e5c8fe425ea2e7a1ad88a14bcbc599e59f9f185
treef31ca86b259e3c64a137483c76ca40db53504361
parent08b8bff52f8945d763ce3af879698633b034c62c
CRC code generation v2:

        - Complete expand_crc_optab_fn function.
        - Added RTL generation for CRC (crcqihi4). But yet it doesn't generate the correct sequence.
        - Changed the code for removing the body of CRC function.
        - Added direct_internal_fn_supported_p check before adding the IFN_CRC.
gcc/config/riscv/bitmanip.md
gcc/config/riscv/riscv.md
gcc/gimple-crc-optimization.cc
gcc/internal-fn.cc