[llvm] [GlobalISel] Introduce LLT:token() as a special scalar type (PR #85189)

Sameer Sahasrabuddhe via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 02:26:31 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());
----------------
ssahasra wrote:

Sounds good.

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


More information about the llvm-commits mailing list