Re: [PATCH V3] RISC-V:Fix a bug that is the CMO builtins are missing parameter

2022-06-20 Thread Kito Cheng via Gcc-patches
Committed, thanks! On Wed, Jun 8, 2022 at 10:20 AM wrote: > > From: yulong > > We changed builtins format about zicbom and zicboz subextensions and modified > test cases. > diff with the previous version: > 1.We modified the FUNCTION_TYPE from RISCV_VOID_FTYPE_SI/DI to >

[PATCH V3] RISC-V:Fix a bug that is the CMO builtins are missing parameter

2022-06-07 Thread shiyulong
From: yulong We changed builtins format about zicbom and zicboz subextensions and modified test cases. diff with the previous version: 1.We modified the FUNCTION_TYPE from RISCV_VOID_FTYPE_SI/DI to RISCV_VOID_FTYPE_VOID_PTR. 2.We added a new RISCV_ATYPE_VOID_PTR in riscv-builtins.cc and a new