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