Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / XCore / 2011-01-31-DAGCombineBug.ll
blob57a3ed7c7e3b5c6ebded68a506a4d7f52c046e1f
1 ; RUN: llc < %s -march=xcore
2 %struct.st = type <{ i8, i32, i8, i32, i8, i32 }>
4 @x = external global %struct.st, align 4
6 define i32 @test_entry() nounwind {
7 entry:
8   %0 = load i32, ptr getelementptr inbounds (%struct.st, ptr @x, i32 0, i32 3), align 2
9   ret i32 %0