bolt/deps/llvm-18.1.8/mlir/test/Target/LLVMIR/Import/global-struct.ll

9 lines
240 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: mlir-translate --import-llvm %s | FileCheck %s
; Ensure both structs have different names.
; CHECK: llvm.func @fn(!llvm.struct<"[[NAME:[^"]*]]",
; CHECK-NOT: struct<"[[NAME]]",
%0 = type { %1 }
%1 = type { i8 }
declare void @fn(%0)