[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / XCore / licm-ldwcp.ll
blob9ba5c46d7c13fcf675f8865a66e5ad7d6506162e
1 ; RUN: llc < %s -march=xcore -asm-verbose=0 | FileCheck %s
3 ; MachineLICM should hoist the LDWCP out of the loop.
5 ; CHECK-LABEL: f:
6 ; CHECK-NEXT: ldw [[REG:r[0-9]+]], cp[.LCPI0_0]
7 ; CHECK-NEXT: .LBB0_1:
8 ; CHECK-NEXT: stw [[REG]], r0[0]
9 ; CHECK-NEXT: bu .LBB0_1
11 define void @f(ptr nocapture %p) noreturn nounwind {
12 entry:
13   br label %bb
15 bb:                                               ; preds = %bb, %entry
16   store volatile i32 525509670, ptr %p, align 4
17   br label %bb