[llvm] [VP][RISCV] Introduce vp.lrint/llrint and RISC-V support. (PR #82627)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 25 21:25:45 PST 2024


================
@@ -6183,9 +6183,11 @@ void Verifier::visitVPIntrinsic(VPIntrinsic &VPI) {
       break;
     case Intrinsic::vp_fptoui:
     case Intrinsic::vp_fptosi:
+    case Intrinsic::lrint:
+    case Intrinsic::llrint:
----------------
lukel97 wrote:

Should this be `Intrinsic::vp_lrint` and `Intrinsic::vp_llrint`?

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


More information about the llvm-commits mailing list