[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / llc-print-machineinstrs.mir
bloba890840a478ae8983c5697279e5ac740a712e7b9
1 # Check that -print-machineinstrs doesn't assert when it's passed an unknown pass name.
2 # RUN: llc -mtriple=x86_64-- -start-before=greedy -print-machineinstrs=greedy %s -o /dev/null
3 # RUN: not llc -mtriple=x86_64-- -start-before=greedy -print-machineinstrs=unknown %s -o /dev/null 2>&1 | FileCheck %s
4 # CHECK: LLVM ERROR: "unknown" pass is not registered.
6 ...
7 ---
8 name: fun
9 tracksRegLiveness: true
10 body: |
11   bb.0:
12     RET 0