[llvm] ISel: introduce vector ISD::LRINT, ISD::LLRINT; custom RISCV lowering (PR #66924)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 10:40:14 PDT 2023


================
@@ -5659,9 +5659,7 @@ void Verifier::visitIntrinsicCall(Intrinsic::ID ID, CallBase &Call) {
     break;
   }
   case Intrinsic::lround:
-  case Intrinsic::llround:
-  case Intrinsic::lrint:
-  case Intrinsic::llrint: {
+  case Intrinsic::llround: {
----------------
topperc wrote:

Do we need to verify the vector types for lrint/llrint have the same number of elements in the source and destination?

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


More information about the llvm-commits mailing list