Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / CodeGen / AArch64 / machine-outliner-bad-adrp.mir
blobaf89ac5885ebeaf0a7116bf0a23fed5be62f54cb
2 # RUN: llc -mtriple=aarch64--- -verify-machineinstrs -simplify-mir -run-pass=machine-outliner %s -o - | FileCheck %s
3 --- |
5   define void @foo() #0 {
6     ret void
7   }
9   attributes #0 = { noredzone }
10 ...
11 ---
12 name:            foo
13 tracksRegLiveness: true
14 constants:       
15   - id:              0
16     value:           'float 1.990000e+02'
17     alignment:       4
18     isTargetSpecific: false
19 body:             |
20     bb.0:
21     liveins: $w1, $w10, $x14, $x15, $x16, $x10, $lr
22     ; CHECK-NOT: BL
24     $w10 = MOVZWi 4, 0, implicit-def $x10
26     renamable $x14 = ADRP target-flags(aarch64-page) %const.0
27     renamable $x15 = ADRP target-flags(aarch64-page) %const.0
28     renamable $x16 = ADRP target-flags(aarch64-page) %const.0
30     $w10 = MOVZWi 5, 0, implicit-def $x10
32     renamable $x14 = ADRP target-flags(aarch64-page) %const.0
33     renamable $x15 = ADRP target-flags(aarch64-page) %const.0
34     renamable $x16 = ADRP target-flags(aarch64-page) %const.0
36     $w10 = MOVZWi 6, 0, implicit-def $x10
38     renamable $x14 = ADRP target-flags(aarch64-page) %const.0
39     renamable $x15 = ADRP target-flags(aarch64-page) %const.0
40     renamable $x16 = ADRP target-flags(aarch64-page) %const.0
42     RET undef $lr