[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / expand-wselect.mir
blobcb3dbc25aa5ec3640c625e70371249ec1d90b190
1 # RUN: llc -march=hexagon -run-pass postrapseudos %s -o - | FileCheck %s
3 # Check that this doesn't crash.
4 # CHECK: $w2 = V6_vccombine $p0, $v1, $v0
5 # CHECK: $w2 = V6_vnccombine killed $p0, $v3, $v2, implicit $w2
7 name: fred
8 tracksRegLiveness: true
9 body: |
10   bb.0:
11     liveins: $p0, $w0, $w1
12     $w2 = PS_wselect killed $p0, killed $w0, killed $w1
13 ---