================
@@ -58,5 +58,89 @@ TEST(ChipsetTest, Comparison) {
EXPECT_FALSE(Chipset(9, 0, 0xa) >= Chipset(9, 4, 2));
}
+TEST(ChipsetTest, HasDot1Insts) {
----------------
krzysz00 wrote:
Not sure we need these
https://github.com/llvm/llvm-project/pull/193371