brintos

brintos / llvm-project-archived public Read only

0
0
Text · 231 B · c10c5cc Raw
8 lines · plain
1// RUN: yaml2obj %S/inputs/memory_min_no_max.yaml.wasm -o - | mlir-translate --import-wasm | FileCheck %s2 3/* Source code used to create this test:4(module (memory 1))5*/6 7// CHECK-LABEL:  wasmssa.memory @mem_0 !wasmssa<limit[1:]>8