[Mlir-commits] [mlir] [mlir][emitc] Add EmitC index types (PR #93155)

Simon Camphausen llvmlistbot at llvm.org
Thu May 23 05:11:11 PDT 2024


================
@@ -53,3 +53,13 @@ func.func @pointer_types() {
 
   return
 }
+
+// CHECK-LABEL: func @index_types() 
+func.func @index_types() {
----------------
simon-camp wrote:

```suggestion
func.func @size_types() {
```

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


More information about the Mlir-commits mailing list