brintos

brintos / llvm-project-archived public Read only

0
0
Text · 273 B · b7678c3 Raw
8 lines · plain
1RUN: llvm-dis %p/Inputs/inalloca-upgrade.bc -o - | FileCheck %s2 3Make sure we upgrade old-style IntAttribute inalloca records to a4fully typed version correctly.5 6CHECK: call void @bar(ptr inalloca({ ptr, i8 }) %ptr)7CHECK: invoke void @bar(ptr inalloca({ ptr, i8 }) %ptr)8