Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / AArch64 / GlobalISel / legalize-zextload.mir
blob6930da61bceeb02f2102d49c2780c188defdf192
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -mtriple=aarch64 -run-pass=legalizer %s -o - -verify-machineinstrs | FileCheck %s
3 ---
4 name:            test_zextload
5 body: |
6   bb.0.entry:
7     liveins: $x0
8     ; CHECK-LABEL: name: test_zextload
9     ; CHECK: [[COPY:%[0-9]+]]:_(p0) = COPY $x0
10     ; CHECK: [[ZEXTLOAD:%[0-9]+]]:_(s32) = G_ZEXTLOAD [[COPY]](p0) :: (load (s8))
11     ; CHECK: $w0 = COPY [[ZEXTLOAD]](s32)
12     %0:_(p0) = COPY $x0
13     %1:_(s32) = G_ZEXTLOAD %0 :: (load (s8))
14     $w0 = COPY %1
15 ...