[llvm] [RISCV] Implement Intrinsics Support for XCValu Extension in CV32E40P (PR #85603)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 13 20:53:48 PDT 2024


================
@@ -673,6 +675,49 @@ def CV_HI5: SDNodeXForm<imm, [{
                                    N->getValueType(0));
 }]>;
 
+def between : PatFrags<(ops node:$lowerBound, node:$upperBound, node:$value),
----------------
topperc wrote:

Can you remove what isn't used in this patch.

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


More information about the llvm-commits mailing list