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

> Is it too late to remove the builtin? I can't imagine there's much software 
> out there actually using these that would be a pain to change.

@jrtc27 Thanks for the feedback.  The problem with an open source core, is that 
you don't know who has picked it up and adopted it.  This core is particularly 
attractive because of its verification status.  I have come across one very 
large multinational (not an OpenHW member) using the core, without having made 
any public declaration that this is the core they are using.

We could try dropping it and see if anyone complains.

https://github.com/llvm/llvm-project/pull/100684
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to