[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
+
----------------
arsenm wrote:
Rename test to just lround?
https://github.com/llvm/llvm-project/pull/98950
More information about the llvm-commits
mailing list