[M68k] always use movem for register spills (#106715)
[llvm-project.git] / llvm / test / tools / llvm-exegesis / X86 / uops / uops-prepare-all-snippets-exhaustively.s
blobbb9af9abbc09a2490e468fdf272f93bcf4a6d5a6
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=1048576 --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.