[RISCV] Use ClangBuiltin in IntrinsicsRISCV.td to map some scalar crypto builtins to IR intrinsic.
This is the way most targets do it for a simple mapping. We can't do this for all builtins due to type overloading of the IR intrinsics. Reviewed By: asb Differential Revision: https://reviews.llvm.org/D154567
Loading
Please sign in to comment