Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / LTO / X86 / Inputs / remangle_intrinsics.ll
blobe69bff8f7bd42bf459814696fe638170086fc270
1 target triple = "x86_64-unknown-linux-gnu"
3 %struct.rtx_def = type { i16, i16 }
5 define void @bar(ptr %a, i8 %b, i32 %c) {
6   call void  @llvm.memset.p0.rtx_def.i32(ptr align 4 %a, i8 %b, i32 %c, i1 true)
7   ret void
10 declare void @llvm.memset.p0.rtx_def.i32(ptr, i8, i32, i1)