17 lines · plain
1# REQUIRES: exegesis-can-measure-latency, x86_64-linux2 3# Test that we can use the subprocess executor mode with memory annotations4# while having live-ins still work as expected.5 6# RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mode=latency -snippets-file=%s -execution-mode=subprocess | FileCheck %s7 8# CHECK: measurements:9# CHECK-NEXT: value: {{.*}}, per_snippet_value: {{.*}}10 11# LLVM-EXEGESIS-MEM-DEF test1 4096 214748364712# LLVM-EXEGESIS-MEM-MAP test1 104857613# LLVM-EXEGESIS-LIVEIN R1414 15movq $1048576, %rax16movq %r14, (%rax)17