[RISCV] Support 'f' Inline Assembly Constraint
[llvm-core.git] / test / CodeGen / XCore / 2011-01-31-DAGCombineBug.ll
blob40c9654371fdae0cc5ac596e511c7440bfb0f40f
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, i32* getelementptr inbounds (%struct.st, %struct.st* @x, i32 0, i32 3), align 2
9   ret i32 %0