brintos

brintos / llvm-project-archived public Read only

0
0
Text · 261 B · f44e5d3 Raw
8 lines · plain
1RUN: llvm-dis %p/Inputs/byval-upgrade.bc -o - | FileCheck %s2 3Make sure we upgrade old-stile IntAttribute byval records to a fully typed4version correctly.5 6CHECK: call void @bar(ptr byval({ ptr, i8 }) %ptr)7CHECK: invoke void @bar(ptr byval({ ptr, i8 }) %ptr)8