[llvm] llvm.lround: Update verifier to validate support of vector types. (PR #98950)
Sumanth Gundapaneni via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 11:16:49 PDT 2024
================
@@ -106,4 +107,67 @@ TEST_F(IntrinsicsTest, InstrProfInheritance) {
EXPECT_TRUE(Checker(*Intr));
}
}
+
+TEST(IntrinsicVerifierTest, LRound) {
----------------
sgundapa wrote:
I am planning to extend the same to lrint as well.
https://github.com/llvm/llvm-project/pull/98950
More information about the llvm-commits
mailing list