brintos

brintos / llvm-project-archived public Read only

0
0
Text · 416 B · dd94035 Raw
11 lines · plain
1; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s2 3%"bucket<string, double, '\\b'>::Iterator" = type { ptr, i64, i64 }4 5; CHECK-LABEL: llvm.func @g6define void @g() {7  %item.i = alloca %"bucket<string, double, '\\b'>::Iterator", align 88  ; CHECK: llvm.alloca %0 x !llvm.struct<"bucket<string, double, '\\b'>::Iterator", (ptr, i64, i64)> {alignment = 8 : i64} : (i32) -> !llvm.ptr9  ret void10}11