Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / bolt / test / X86 / Inputs / rodata_simpl_loads.s
blob237bcb6b9fc607a475ae25d7d600a8dd3ae75e73
1 .globl main
2 main:
3 movzbl s1(%rip), %eax
4 cmpb s2(%rip), %al
5 movzbl s1+1(%rip), %eax
6 cmpb s2+1(%rip), %al
7 movzbl s1+2(%rip), %eax
8 cmpb s2+2(%rip), %al
9 movzbl s1+3(%rip), %eax
10 cmpb s2+3(%rip), %al
11 movl I1(%rip), %eax
12 addl I2(%rip), %eax
13 movl I2(%rip), %eax
15 .rodata
16 "I1":
17 .long 6
18 "I2":
19 .long 67
20 "s1":
21 .string "ABC"
22 "s2":
23 .string "ABC"