This adds riscv_bitmanip and riscv_crypto.h
This is based on the proposed spec here https://github.com/riscv-non-isa/riscv-c-api-doc/pull/44
Tests that previously used builtins directly now use the intrinsics.
Differential D155647
[RISCV] Add C intrinsics for scalar bitmanip and crypto craig.topper on Jul 18 2023, 2:57 PM. Authored by
Details This adds riscv_bitmanip and riscv_crypto.h This is based on the proposed spec here https://github.com/riscv-non-isa/riscv-c-api-doc/pull/44 Tests that previously used builtins directly now use the intrinsics.
Diff Detail
Event TimelineComment Actions Can we run mem2reg pass in RUNs just like RVV tests (maybe another cleanup patch)? I think there are a lot of noises in CHECKS. Comment Actions Rebase after using mem2reg. |