Krzysztof Parzyszek | 046090d | 2018-03-12 14:01:28 +0000 | [diff] [blame] | 1 | ; RUN: not llc -march=hexagon < %s 2>&1 | FileCheck %s |
2 | |||||
3 | ; CHECK: error: Don't know how to handle indirect register inputs yet for constraint 'r' | ||||
4 | |||||
5 | %s.0 = type { i8*, i32, %s.1 } | ||||
6 | %s.1 = type { %s.2 } | ||||
7 | %s.2 = type { i32, i8* } | ||||
8 | |||||
9 | define void @f0(%s.0* byval align 8 %a0) { | ||||
10 | b0: | ||||
11 | call void asm sideeffect ".weak OFFSET_0;jump ##(OFFSET_0 + 0x14c15f0)", "*r"(%s.0* nonnull %a0), !srcloc !0 | ||||
12 | ret void | ||||
13 | } | ||||
14 | |||||
15 | !0 = !{i32 10} |