brintos

brintos / llvm-project-archived public Read only

0
0
Text · 484 B · 0ea683f Raw
14 lines · plain
1; RUN: llvm-as < %s | llvm-dis | FileCheck %s2 3; Check that remangling code doesn't fail on an intrinsic with wrong signature4; TODO: This should probably produce an error.5 6; CHECK: declare void @llvm.memset.i647declare void @llvm.memset.i64(ptr nocapture, i8, i64) nounwind8 9; CHECK: declare void @llvm.memcpy.i6410declare void @llvm.memcpy.i64(ptr nocapture, i8, i64) nounwind11 12; CHECK: declare void @llvm.memmove.i6413declare void @llvm.memmove.i64(ptr nocapture, i8, i64) nounwind14