[Alignment][NFC] migrate DataLayout internal struct to llvm::Align
[llvm-core.git] / test / CodeGen / AArch64 / GlobalISel / retry-artifact-combine.mir
blobfc6c1d552da4932bd9262ac50896d2c9fbe1b193
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -o - -march=aarch64 -run-pass=legalizer %s | FileCheck %s
3 ---
4 name:            combine_anyext_s2
5 body:             |
6   bb.1:
7     ; CHECK-LABEL: name: combine_anyext_s2
8     ; CHECK: [[COPY:%[0-9]+]]:_(s32) = COPY $w0
9     ; CHECK: [[COPY1:%[0-9]+]]:_(s32) = COPY $w1
10     ; CHECK: [[FCMP:%[0-9]+]]:_(s32) = G_FCMP floatpred(ogt), [[COPY]](s32), [[COPY1]]
11     ; CHECK: [[COPY2:%[0-9]+]]:_(s32) = COPY [[FCMP]](s32)
12     ; CHECK: [[C:%[0-9]+]]:_(s32) = G_CONSTANT i32 1
13     ; CHECK: [[COPY3:%[0-9]+]]:_(s32) = COPY [[C]](s32)
14     ; CHECK: [[AND:%[0-9]+]]:_(s32) = G_AND [[COPY2]], [[COPY3]]
15     ; CHECK: [[COPY4:%[0-9]+]]:_(s32) = COPY [[AND]](s32)
16     ; CHECK: [[AND1:%[0-9]+]]:_(s32) = G_AND [[COPY4]], [[C]]
17     ; CHECK: [[COPY5:%[0-9]+]]:_(s32) = COPY [[AND1]](s32)
18     ; CHECK: $w0 = COPY [[COPY5]](s32)
19     %0:_(s32) = COPY $w0
20     %1:_(s32) = COPY $w1
21     %2:_(s1) = G_FCMP floatpred(ogt), %0(s32), %1
22     %3:_(s2) = G_ZEXT %2(s1)
23     %4:_(s2) = G_CONSTANT i2 1
24     %5:_(s2) = G_AND %3, %4
25     %6:_(s32) = G_ANYEXT %5(s2)
26     $w0 = COPY %6(s32)
27 ...