Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / X86 / x86-64-sret-return-2.ll
blob908271a2d2e4388da55941d956fc2d33f465e462
1 ; RUN: llc -mtriple=x86_64-apple-darwin8 < %s | FileCheck %s
2 ; RUN: llc -mtriple=x86_64-pc-linux < %s | FileCheck %s
4 ; FIXME: x32 doesn't know how to select this.  This isn't a regression, it never
5 ; worked.
6 ; RUNX: llc -mtriple=x86_64-pc-linux-gnux32 < %s | FileCheck -check-prefix=X32ABI %s
8 ; This used to crash due to topological sorting issues in selection DAG.
9 define void @foo(ptr sret(i32) %agg.result, i32, i32, i32, i32, i32, ptr %pred) {
10 entry:
11   call void %pred(i32 undef)
12   ret void
14 ; CHECK-LABEL: foo:
15 ; CHECK: callq
16 ; CHECK: movq {{.*}}, %rax
17 ; CHECK: ret