[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / MIR / Generic / runPass.mir
blob54c1dd221bdb7748dea3e7f90fa0e8936967247e
1 # RUN: llc -run-pass=greedy -debug-pass=Arguments -o - %s | FileCheck %s
2 # RUN: llc -run-pass=regallocbasic -debug-pass=Arguments -o - %s | FileCheck %s
3 # RUN: llc -run-pass=regallocfast -debug-pass=Arguments -o - %s | FileCheck %s
5 # Check that passes are initialized correctly, so that it's possible to
6 # use -run-pass.
8 ---
9 # CHECK: name: foo
10 name: foo
11 tracksRegLiveness: true
12 body: |
13   bb.0:
14 ...