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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 07:42:57 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
----------------
arsenm wrote:

Check the actual output. not checks are fragile, especially of error output 

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


More information about the llvm-commits mailing list