9 lines · plain
1; RUN: mlir-translate --import-llvm %s | FileCheck %s2 3; Ensure both structs have different names.4; CHECK: llvm.func @fn(!llvm.struct<"[[NAME:[^"]*]]",5; CHECK-NOT: struct<"[[NAME]]",6%0 = type { %1 }7%1 = type { i8 }8declare void @fn(%0)9