Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / expand-copyw-undef.mir
blobd454f1a38f192c90d79086f9507934d318f9f299
1 # RUN: llc -march=hexagon -run-pass postrapseudos -run-pass machineverifier -o - %s | FileCheck %s
3 # Check that v3 is marked as "undef".
4 # CHECK: $w0 = V6_vcombine undef $v3, $v2
6 ---
7 name: fred
8 tracksRegLiveness: true
9 body: |
10   bb.0:
11     liveins: $w1
12     A2_nop implicit killed $v3
13     $w0 = COPY $w1
14     J2_jumpr $r31, implicit-def $pc
15 ...