[llvm] llvm.lround: Update verifier to validate support of vector types. (PR #98950)

Sumanth Gundapaneni via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 09:50:06 PDT 2024


================
@@ -0,0 +1,29 @@
+; Validate that vector types are accepted for llvm.lround/llvm.llround intrinsic
+; RUN: llvm-as < %s -disable-output 2>&1| FileCheck -allow-empty %s
+
+; CHECK-NOT:assembly parsed, but does not verify as correct
+; CHECK-NOT:Intrinsic does not support vectors
----------------
sgundapa wrote:

Sure Matt.

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


More information about the llvm-commits mailing list