Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-exegesis / X86 / latency / subprocess-abnormal-exit-code.s
blobedd23654be67fcd17eb02c84ffebdce125b73216
1 # REQUIRES: exegesis-can-measure-latency, x86_64-linux
3 # RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mode=latency -snippets-file=%s -execution-mode=subprocess | FileCheck %s
5 # CHECK: error: 'Child benchmarking process exited with non-zero exit code: Child process returned with unknown exit code'
7 # TODO: Sometimes transiently fails on PTRACE_ATTACH
8 # ALLOW_RETRIES: 2
10 movl $60, %eax
11 movl $127, %edi
12 syscall