TargetParser: AArch64: Add part numbers for Apple CPUs.
[llvm-project.git] / mlir / test / mlir-tblgen / interfaces.mlir
blob5c1ec613b387a0f44f41d7f9561d39ad353d6783
1 // RUN: mlir-opt -test-type-interfaces -allow-unregistered-dialect -verify-diagnostics %s
3 // expected-remark@below {{'!test.test_type' - TestA}}
4 // expected-remark@below {{'!test.test_type' - TestB}}
5 // expected-remark@below {{'!test.test_type' - TestC}}
6 // expected-remark@below {{'!test.test_type' - TestD}}
7 // expected-remark@below {{'!test.test_type' - TestRet}}
8 // expected-remark@below {{'!test.test_type' - TestE}}
9 %foo0 = "foo.test"() : () -> (!test.test_type)
11 // Type without the test interface.
12 %foo1 = "foo.test"() : () -> (i32)