brintos

brintos / llvm-project-archived public Read only

0
0
Text · 297 B · d7f8400 Raw
10 lines · plain
1; RUN: mlir-translate -import-llvm -split-input-file %s --mlir-print-op-generic | FileCheck %s2 3; Ensure that no empty parameter attribute lists are created.4; CHECK: "llvm.func"5; CHECK-SAME:  <{6; CHECK-NOT:  arg_attr7; CHECK-NOT:  res_attrs8; CHECK-SAME:  }>9declare ptr @func_no_param_attrs()10