[RISCV][VLOPT] Don't reduce the VL is the same as CommonVL (#123878)
[llvm-project.git] / llvm / test / CodeGen / ARM / GlobalISel / select-constpool.mir
blob1c16c37e8b5cd5862200fdd54001352473616100
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
2 # RUN: llc -mtriple arm-- -run-pass=instruction-select -verify-machineinstrs %s -o - | FileCheck %s
4 ---
5 name:            get_const
6 legalized:       true
7 regBankSelected: true
8 selected:        false
9 tracksRegLiveness: true
10 constants:
11   - id:              0
12     value:           i32 287454020
13     alignment:       4
14     isTargetSpecific: false
15 body:             |
16   bb.1.entry:
17     ; CHECK-LABEL: name: get_const
18     ; CHECK: [[LDRcp:%[0-9]+]]:gpr = LDRcp %const.0, 0, 14 /* CC::al */, $noreg :: (load (s32) from constant-pool)
19     ; CHECK-NEXT: $r0 = COPY [[LDRcp]]
20     ; CHECK-NEXT: MOVPCLR 14 /* CC::al */, $noreg, implicit $r0
21     %1:gprb(p0) = G_CONSTANT_POOL %const.0
22     %0:gprb(s32) = G_LOAD %1(p0) :: (load (s32) from constant-pool)
23     $r0 = COPY %0(s32)
24     MOVPCLR 14 /* CC::al */, $noreg, implicit $r0
25 ...