Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / X86 / Inputs / shorten_mov.s
blob6c40bb8a09aa9618bba0fde27c85c6d32971d624
1 .text
2 .globl foo
3 .type foo, @function
4 foo:
5 movabs $0x1111,%rax
6 movabs $0x1111,%rax
7 movabs $0x11112222,%rax
8 movabs $0x111112222,%rax
9 movabs $0xffffffffffffffff,%rax
10 movabs $0x7fffffffffffffff,%rax
11 ret
12 .size foo, .-foo