[llvm] [GlobalISel] Introduce LLT:token() as a special scalar type (PR #85189)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 02:19:35 PDT 2024
================
@@ -300,6 +321,7 @@ TEST(LowLevelTypeTest, Invalid) {
ASSERT_FALSE(Ty.isScalar());
ASSERT_FALSE(Ty.isPointer());
ASSERT_FALSE(Ty.isVector());
+ ASSERT_FALSE(Ty.isToken());
----------------
arsenm wrote:
This test should be separately fixed to consistently use EXPECT_*
https://github.com/llvm/llvm-project/pull/85189
More information about the llvm-commits
mailing list