[clang] [llvm] [RISCV] Implement Clang Builtins for XCValu Extension in CV32E40P (PR #100684)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 16 12:55:06 PDT 2024


================
@@ -59,16 +59,26 @@ let TargetPrefix = "riscv" in {
                             [IntrNoMem, IntrWillReturn, IntrSpeculatable,
                             ImmArg<ArgIndex<1>>, ImmArg<ArgIndex<2>>]>;
 
+  def int_riscv_cv_alu_slet  : ScalarCoreVAluGprGprIntrinsic;
----------------
topperc wrote:

Remove the unused intrinsics from this file.

https://github.com/llvm/llvm-project/pull/100684


More information about the cfe-commits mailing list