[AVX512] add PSLLD and PSLLQ Intrinsic
[oota-llvm.git] / test / CodeGen / X86 / 2007-09-05-InvalidAsm.ll
1 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -x86-asm-syntax=intel | FileCheck %s
2 ; CHECK-NOT: lea R
3
4         %struct.AGenericCall = type { %struct.AGenericManager*, %struct.ComponentParameters*, i32* }
5         %struct.AGenericManager = type <{ i8 }>
6         %struct.ComponentInstanceRecord = type opaque
7         %struct.ComponentParameters = type { [1 x i64] }
8
9 define i32 @_ZN12AGenericCall10MapIDPtrAtEsRP23ComponentInstanceRecord(%struct.AGenericCall* %this, i16 signext  %param, %struct.ComponentInstanceRecord** %instance) {
10 entry:
11         %tmp4 = icmp slt i16 %param, 0          ; <i1> [#uses=1]
12         br i1 %tmp4, label %cond_true, label %cond_next
13
14 cond_true:              ; preds = %entry
15         %tmp1415 = shl i16 %param, 3            ; <i16> [#uses=1]
16         %tmp17 = getelementptr %struct.AGenericCall, %struct.AGenericCall* %this, i32 0, i32 1          ; <%struct.ComponentParameters**> [#uses=1]
17         %tmp18 = load %struct.ComponentParameters*, %struct.ComponentParameters** %tmp17, align 8               ; <%struct.ComponentParameters*> [#uses=1]
18         %tmp1920 = bitcast %struct.ComponentParameters* %tmp18 to i8*           ; <i8*> [#uses=1]
19         %tmp212223 = sext i16 %tmp1415 to i64           ; <i64> [#uses=1]
20         %tmp24 = getelementptr i8, i8* %tmp1920, i64 %tmp212223         ; <i8*> [#uses=1]
21         %tmp2425 = bitcast i8* %tmp24 to i64*           ; <i64*> [#uses=1]
22         %tmp28 = load i64, i64* %tmp2425, align 8               ; <i64> [#uses=1]
23         %tmp2829 = inttoptr i64 %tmp28 to i32*          ; <i32*> [#uses=1]
24         %tmp31 = getelementptr %struct.AGenericCall, %struct.AGenericCall* %this, i32 0, i32 2          ; <i32**> [#uses=1]
25         store i32* %tmp2829, i32** %tmp31, align 8
26         br label %cond_next
27
28 cond_next:              ; preds = %cond_true, %entry
29         %tmp4243 = shl i16 %param, 3            ; <i16> [#uses=1]
30         %tmp46 = getelementptr %struct.AGenericCall, %struct.AGenericCall* %this, i32 0, i32 1          ; <%struct.ComponentParameters**> [#uses=1]
31         %tmp47 = load %struct.ComponentParameters*, %struct.ComponentParameters** %tmp46, align 8               ; <%struct.ComponentParameters*> [#uses=1]
32         %tmp4849 = bitcast %struct.ComponentParameters* %tmp47 to i8*           ; <i8*> [#uses=1]
33         %tmp505152 = sext i16 %tmp4243 to i64           ; <i64> [#uses=1]
34         %tmp53 = getelementptr i8, i8* %tmp4849, i64 %tmp505152         ; <i8*> [#uses=1]
35         %tmp5354 = bitcast i8* %tmp53 to i64*           ; <i64*> [#uses=1]
36         %tmp58 = load i64, i64* %tmp5354, align 8               ; <i64> [#uses=1]
37         %tmp59 = icmp eq i64 %tmp58, 0          ; <i1> [#uses=1]
38         br i1 %tmp59, label %UnifiedReturnBlock, label %cond_true63
39
40 cond_true63:            ; preds = %cond_next
41         %tmp65 = getelementptr %struct.AGenericCall, %struct.AGenericCall* %this, i32 0, i32 0          ; <%struct.AGenericManager**> [#uses=1]
42         %tmp66 = load %struct.AGenericManager*, %struct.AGenericManager** %tmp65, align 8               ; <%struct.AGenericManager*> [#uses=1]
43         %tmp69 = tail call i32 @_ZN15AGenericManager24DefaultComponentInstanceERP23ComponentInstanceRecord( %struct.AGenericManager* %tmp66, %struct.ComponentInstanceRecord** %instance )              ; <i32> [#uses=1]
44         ret i32 %tmp69
45
46 UnifiedReturnBlock:             ; preds = %cond_next
47         ret i32 undef
48 }
49
50 declare i32 @_ZN15AGenericManager24DefaultComponentInstanceERP23ComponentInstanceRecord(%struct.AGenericManager*, %struct.ComponentInstanceRecord**)