On Wed, 2024-12-18 at 15:09 +0800, Lulu Cheng wrote:
>
> 在 2024/12/16 下午9:19, Xi Ruoyao 写道:
> > A generic CRC optimization pass has been implemented in r15-5850.
> > But
> > without target-specific code, it'll only optimize the CRC loop to a
> > table lookup. With LoongArch-specific code we can
在 2024/12/16 下午9:19, Xi Ruoyao 写道:
A generic CRC optimization pass has been implemented in r15-5850. But
without target-specific code, it'll only optimize the CRC loop to a
table lookup. With LoongArch-specific code we can do it better: for
64-bit LoongArch and the IEEE 802.3 polynomial or th
On 12/16/24 7:15 AM, Mariam Arutunian wrote:
On Mon, Dec 16, 2024 at 5:20 PM Xi Ruoyao wrote:
A generic CRC optimization pass has been implemented in r15-5850. But
without target-specific code, it'll only optimize the CRC loop to a
table lookup. With LoongArch-specific code w
On Mon, Dec 16, 2024 at 5:20 PM Xi Ruoyao wrote:
> A generic CRC optimization pass has been implemented in r15-5850. But
> without target-specific code, it'll only optimize the CRC loop to a
> table lookup. With LoongArch-specific code we can do it better: for
> 64-bit LoongArch and the IEEE 80
A generic CRC optimization pass has been implemented in r15-5850. But
without target-specific code, it'll only optimize the CRC loop to a
table lookup. With LoongArch-specific code we can do it better: for
64-bit LoongArch and the IEEE 802.3 polynomial or the Castagnoli
polynomial, we can directl