1*75750722SAiden Grossman# Only run this on Linux. Running on Windows can take an exorbinant amount of 2*75750722SAiden Grossman# time (upwards of ten minutes), and the only place where this functionality is 3*75750722SAiden Grossman# really useful is Linux. 4*75750722SAiden Grossman# REQUIRES: x86_64-linux 5*75750722SAiden Grossman 63b2e904eSRoman Lebedev# RUN: llvm-exegesis -mtriple=x86_64-unknown-unknown -mcpu=x86-64 -mode=inverse_throughput -opcode-index=-1 --max-configs-per-opcode=1 --benchmark-phase=prepare-snippet --benchmarks-file=- 73b2e904eSRoman Lebedev# FIXME: it would be good to check how many snippets we end up producing, 83b2e904eSRoman Lebedev# but the number is unstable, so for now just check that we do not crash. 9