brintos

brintos / llvm-project-archived public Read only

0
0
Text · 222 B · cbd03cb Raw
10 lines · plain
1; RUN: llvm-as < %s | llvm-dis | FileCheck %s2; RUN: verify-uselistorder %s3; Basic smoke test for half type.4 5; CHECK: define half @halftest6define half  @halftest(half %A0) {7; CHECK: ret half %A08        ret half %A09}10