1*2a50dac9SAlexey Bataev; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5 2*2a50dac9SAlexey Bataev; RUN: opt -S -mtriple=riscv64-unknown-linux-gnu -mattr=+v < %s | FileCheck %s 3*2a50dac9SAlexey Bataev 4*2a50dac9SAlexey Bataevdefine i32 @test() { 5*2a50dac9SAlexey Bataev; CHECK-LABEL: define i32 @test( 6*2a50dac9SAlexey Bataev; CHECK-SAME: ) #[[ATTR0:[0-9]+]] { 7*2a50dac9SAlexey Bataev; CHECK-NEXT: [[ENTRY:.*:]] 8*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP0:%.*]] = load i64, ptr getelementptr (i8, ptr null, i64 16), align 8 9*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_1_I:%.*]] = lshr i64 0, 0 10*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_1_I_13:%.*]] = lshr i64 0, [[TMP0]] 11*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP1:%.*]] = trunc i64 [[SHR_1_I_13]] to i8 12*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_1_I_13:%.*]] = and i8 0, [[TMP1]] 13*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_1_I_14:%.*]] = lshr i64 0, [[TMP0]] 14*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP2:%.*]] = trunc i64 [[SHR_1_I_14]] to i8 15*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_1_I_14:%.*]] = and i8 [[STOREDV_1_I_13]], [[TMP2]] 16*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP3:%.*]] = load i64, ptr getelementptr (i8, ptr null, i64 32), align 8 17*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I:%.*]] = lshr i64 0, [[TMP3]] 18*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP4:%.*]] = trunc i64 [[SHR_2_I]] to i8 19*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I:%.*]] = and i8 [[STOREDV_1_I_14]], [[TMP4]] 20*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I_1:%.*]] = lshr i64 0, [[TMP3]] 21*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP5:%.*]] = trunc i64 [[SHR_2_I_1]] to i8 22*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_1:%.*]] = and i8 [[STOREDV_2_I]], [[TMP5]] 23*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I_2:%.*]] = lshr i64 0, [[TMP3]] 24*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP6:%.*]] = trunc i64 [[SHR_2_I_2]] to i8 25*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_2:%.*]] = and i8 [[STOREDV_2_I_1]], [[TMP6]] 26*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I_3:%.*]] = lshr i64 0, [[TMP3]] 27*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP7:%.*]] = trunc i64 [[SHR_2_I_3]] to i8 28*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_3:%.*]] = and i8 [[STOREDV_2_I_2]], [[TMP7]] 29*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I_4:%.*]] = lshr i64 0, [[TMP3]] 30*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP8:%.*]] = trunc i64 [[SHR_2_I_4]] to i8 31*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_4:%.*]] = and i8 [[STOREDV_2_I_3]], [[TMP8]] 32*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I_5:%.*]] = lshr i64 0, [[TMP3]] 33*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP9:%.*]] = trunc i64 [[SHR_2_I_5]] to i8 34*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_5:%.*]] = and i8 [[STOREDV_2_I_4]], [[TMP9]] 35*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I_6:%.*]] = lshr i64 0, [[TMP3]] 36*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP10:%.*]] = trunc i64 [[SHR_2_I_6]] to i8 37*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_6:%.*]] = and i8 [[STOREDV_2_I_5]], [[TMP10]] 38*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I_7:%.*]] = lshr i64 0, [[TMP3]] 39*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP11:%.*]] = trunc i64 [[SHR_2_I_7]] to i8 40*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_7:%.*]] = and i8 [[STOREDV_2_I_6]], [[TMP11]] 41*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_8:%.*]] = and i8 [[STOREDV_2_I_7]], 0 42*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I_9:%.*]] = lshr i64 0, [[TMP3]] 43*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP12:%.*]] = trunc i64 [[SHR_2_I_9]] to i8 44*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_9:%.*]] = and i8 [[STOREDV_2_I_8]], [[TMP12]] 45*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I_10:%.*]] = lshr i64 0, [[TMP3]] 46*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP13:%.*]] = trunc i64 [[SHR_2_I_10]] to i8 47*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_10:%.*]] = and i8 [[STOREDV_2_I_9]], [[TMP13]] 48*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I_11:%.*]] = lshr i64 0, [[TMP3]] 49*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP14:%.*]] = trunc i64 [[SHR_2_I_11]] to i8 50*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_11:%.*]] = and i8 [[STOREDV_2_I_10]], [[TMP14]] 51*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I_12:%.*]] = lshr i64 0, [[TMP3]] 52*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP15:%.*]] = trunc i64 [[SHR_2_I_12]] to i8 53*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_12:%.*]] = and i8 [[STOREDV_2_I_11]], [[TMP15]] 54*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_2_I_13:%.*]] = lshr i64 0, [[TMP3]] 55*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP16:%.*]] = trunc i64 [[SHR_2_I_13]] to i8 56*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_13:%.*]] = and i8 [[STOREDV_2_I_12]], [[TMP16]] 57*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_2_I_14:%.*]] = and i8 [[STOREDV_2_I_13]], 0 58*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP17:%.*]] = load i64, ptr getelementptr (i8, ptr null, i64 48), align 8 59*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_3_I:%.*]] = lshr i64 0, [[TMP17]] 60*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP18:%.*]] = trunc i64 [[SHR_3_I]] to i8 61*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I:%.*]] = and i8 [[STOREDV_2_I_14]], [[TMP18]] 62*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_3_I_1:%.*]] = lshr i64 0, [[TMP17]] 63*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP19:%.*]] = trunc i64 [[SHR_3_I_1]] to i8 64*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_1:%.*]] = and i8 [[STOREDV_3_I]], [[TMP19]] 65*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_2:%.*]] = and i8 [[STOREDV_3_I_1]], 0 66*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_3_I_3:%.*]] = lshr i64 0, [[TMP17]] 67*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP20:%.*]] = trunc i64 [[SHR_3_I_3]] to i8 68*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_3:%.*]] = and i8 [[STOREDV_3_I_2]], [[TMP20]] 69*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_3_I_4:%.*]] = lshr i64 0, [[TMP17]] 70*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP21:%.*]] = trunc i64 [[SHR_3_I_4]] to i8 71*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_4:%.*]] = and i8 [[STOREDV_3_I_3]], [[TMP21]] 72*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_3_I_5:%.*]] = lshr i64 0, [[TMP17]] 73*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP22:%.*]] = trunc i64 [[SHR_3_I_5]] to i8 74*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_5:%.*]] = and i8 [[STOREDV_3_I_4]], [[TMP22]] 75*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_6:%.*]] = and i8 [[STOREDV_3_I_5]], 0 76*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_3_I_7:%.*]] = lshr i64 0, [[TMP17]] 77*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP23:%.*]] = trunc i64 [[SHR_3_I_7]] to i8 78*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_7:%.*]] = and i8 [[STOREDV_3_I_6]], [[TMP23]] 79*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_3_I_8:%.*]] = lshr i64 0, [[TMP17]] 80*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP24:%.*]] = trunc i64 [[SHR_3_I_8]] to i8 81*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_8:%.*]] = and i8 [[STOREDV_3_I_7]], [[TMP24]] 82*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_3_I_9:%.*]] = lshr i64 0, [[TMP17]] 83*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP25:%.*]] = trunc i64 [[SHR_3_I_9]] to i8 84*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_9:%.*]] = and i8 [[STOREDV_3_I_8]], [[TMP25]] 85*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_3_I_10:%.*]] = lshr i64 0, [[TMP17]] 86*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP26:%.*]] = trunc i64 [[SHR_3_I_10]] to i8 87*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_10:%.*]] = and i8 [[STOREDV_3_I_9]], [[TMP26]] 88*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_3_I_11:%.*]] = lshr i64 0, [[TMP17]] 89*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP27:%.*]] = trunc i64 [[SHR_3_I_11]] to i8 90*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_11:%.*]] = and i8 [[STOREDV_3_I_10]], [[TMP27]] 91*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_12:%.*]] = and i8 [[STOREDV_3_I_11]], 0 92*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_3_I_13:%.*]] = lshr i64 0, [[TMP17]] 93*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP28:%.*]] = trunc i64 [[SHR_3_I_13]] to i8 94*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_13:%.*]] = and i8 [[STOREDV_3_I_12]], [[TMP28]] 95*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_3_I_14:%.*]] = lshr i64 0, [[TMP17]] 96*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP29:%.*]] = trunc i64 [[SHR_3_I_14]] to i8 97*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_3_I_14:%.*]] = and i8 [[STOREDV_3_I_13]], [[TMP29]] 98*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP30:%.*]] = load i64, ptr null, align 8 99*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I:%.*]] = and i8 [[STOREDV_3_I_14]], 0 100*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_4_I_1:%.*]] = lshr i64 0, [[TMP30]] 101*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP31:%.*]] = trunc i64 [[SHR_4_I_1]] to i8 102*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_1:%.*]] = and i8 [[STOREDV_4_I]], [[TMP31]] 103*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_4_I_2:%.*]] = lshr i64 0, [[TMP30]] 104*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP32:%.*]] = trunc i64 [[SHR_4_I_2]] to i8 105*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_2:%.*]] = and i8 [[STOREDV_4_I_1]], [[TMP32]] 106*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_4_I_3:%.*]] = lshr i64 0, [[TMP30]] 107*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP33:%.*]] = trunc i64 [[SHR_4_I_3]] to i8 108*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_3:%.*]] = and i8 [[STOREDV_4_I_2]], [[TMP33]] 109*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_4_I_4:%.*]] = lshr i64 0, [[TMP30]] 110*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP34:%.*]] = trunc i64 [[SHR_4_I_4]] to i8 111*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_4:%.*]] = and i8 [[STOREDV_4_I_3]], [[TMP34]] 112*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_5:%.*]] = and i8 [[STOREDV_4_I_4]], 0 113*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_4_I_6:%.*]] = lshr i64 0, [[TMP30]] 114*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP35:%.*]] = trunc i64 [[SHR_4_I_6]] to i8 115*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_6:%.*]] = and i8 [[STOREDV_4_I_5]], [[TMP35]] 116*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_4_I_7:%.*]] = lshr i64 0, [[TMP30]] 117*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP36:%.*]] = trunc i64 [[SHR_4_I_7]] to i8 118*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_7:%.*]] = and i8 [[STOREDV_4_I_6]], [[TMP36]] 119*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_4_I_8:%.*]] = lshr i64 0, [[TMP30]] 120*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP37:%.*]] = trunc i64 [[SHR_4_I_8]] to i8 121*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_8:%.*]] = and i8 [[STOREDV_4_I_7]], [[TMP37]] 122*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_4_I_9:%.*]] = lshr i64 0, [[TMP30]] 123*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP38:%.*]] = trunc i64 [[SHR_4_I_9]] to i8 124*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_9:%.*]] = and i8 [[STOREDV_4_I_8]], [[TMP38]] 125*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_4_I_10:%.*]] = lshr i64 0, [[TMP30]] 126*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP39:%.*]] = trunc i64 [[SHR_4_I_10]] to i8 127*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_10:%.*]] = and i8 [[STOREDV_4_I_9]], [[TMP39]] 128*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_11:%.*]] = and i8 [[STOREDV_4_I_10]], 0 129*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_4_I_12:%.*]] = lshr i64 0, [[TMP30]] 130*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP40:%.*]] = trunc i64 [[SHR_4_I_12]] to i8 131*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_12:%.*]] = and i8 [[STOREDV_4_I_11]], [[TMP40]] 132*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_4_I_13:%.*]] = lshr i64 0, [[TMP30]] 133*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP41:%.*]] = trunc i64 [[SHR_4_I_13]] to i8 134*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_13:%.*]] = and i8 [[STOREDV_4_I_12]], [[TMP41]] 135*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_4_I_14:%.*]] = lshr i64 0, [[TMP30]] 136*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP42:%.*]] = trunc i64 [[SHR_4_I_14]] to i8 137*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_4_I_14:%.*]] = and i8 [[STOREDV_4_I_13]], [[TMP42]] 138*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP43:%.*]] = load i64, ptr getelementptr (i8, ptr null, i64 80), align 8 139*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I:%.*]] = lshr i64 0, [[TMP43]] 140*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP44:%.*]] = trunc i64 [[SHR_5_I]] to i8 141*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I:%.*]] = and i8 [[STOREDV_4_I_14]], [[TMP44]] 142*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I_1:%.*]] = lshr i64 0, [[TMP43]] 143*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP45:%.*]] = trunc i64 [[SHR_5_I_1]] to i8 144*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_1:%.*]] = and i8 [[STOREDV_5_I]], [[TMP45]] 145*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I_2:%.*]] = lshr i64 0, [[TMP43]] 146*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP46:%.*]] = trunc i64 [[SHR_5_I_2]] to i8 147*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_2:%.*]] = and i8 [[STOREDV_5_I_1]], [[TMP46]] 148*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_3:%.*]] = and i8 [[STOREDV_5_I_2]], 0 149*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I_4:%.*]] = lshr i64 0, [[TMP43]] 150*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP47:%.*]] = trunc i64 [[SHR_5_I_4]] to i8 151*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_4:%.*]] = and i8 [[STOREDV_5_I_3]], [[TMP47]] 152*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I_5:%.*]] = lshr i64 0, [[TMP43]] 153*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP48:%.*]] = trunc i64 [[SHR_5_I_5]] to i8 154*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_5:%.*]] = and i8 [[STOREDV_5_I_4]], [[TMP48]] 155*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I_6:%.*]] = lshr i64 0, [[TMP43]] 156*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP49:%.*]] = trunc i64 [[SHR_5_I_6]] to i8 157*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_6:%.*]] = and i8 [[STOREDV_5_I_5]], [[TMP49]] 158*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I_7:%.*]] = lshr i64 0, [[TMP43]] 159*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP50:%.*]] = trunc i64 [[SHR_5_I_7]] to i8 160*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_7:%.*]] = and i8 [[STOREDV_5_I_6]], [[TMP50]] 161*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I_8:%.*]] = lshr i64 0, [[TMP43]] 162*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP51:%.*]] = trunc i64 [[SHR_5_I_8]] to i8 163*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_8:%.*]] = and i8 [[STOREDV_5_I_7]], [[TMP51]] 164*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_9:%.*]] = and i8 [[STOREDV_5_I_8]], 0 165*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I_10:%.*]] = lshr i64 0, [[TMP43]] 166*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP52:%.*]] = trunc i64 [[SHR_5_I_10]] to i8 167*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_10:%.*]] = and i8 [[STOREDV_5_I_9]], [[TMP52]] 168*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I_11:%.*]] = lshr i64 0, [[TMP43]] 169*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP53:%.*]] = trunc i64 [[SHR_5_I_11]] to i8 170*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_11:%.*]] = and i8 [[STOREDV_5_I_10]], [[TMP53]] 171*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I_12:%.*]] = lshr i64 0, [[TMP43]] 172*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP54:%.*]] = trunc i64 [[SHR_5_I_12]] to i8 173*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_12:%.*]] = and i8 [[STOREDV_5_I_11]], [[TMP54]] 174*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I_13:%.*]] = lshr i64 0, [[TMP43]] 175*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP55:%.*]] = trunc i64 [[SHR_5_I_13]] to i8 176*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_13:%.*]] = and i8 [[STOREDV_5_I_12]], [[TMP55]] 177*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_5_I_14:%.*]] = lshr i64 0, [[TMP43]] 178*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP56:%.*]] = trunc i64 [[SHR_5_I_14]] to i8 179*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_5_I_14:%.*]] = and i8 [[STOREDV_5_I_13]], [[TMP56]] 180*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP57:%.*]] = load i64, ptr null, align 8 181*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_6_I:%.*]] = lshr i64 0, [[TMP57]] 182*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP58:%.*]] = trunc i64 [[SHR_6_I]] to i8 183*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I:%.*]] = and i8 [[STOREDV_5_I_14]], [[TMP58]] 184*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_6_I_1:%.*]] = lshr i64 0, [[TMP57]] 185*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP59:%.*]] = trunc i64 [[SHR_6_I_1]] to i8 186*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_1:%.*]] = and i8 [[STOREDV_6_I]], [[TMP59]] 187*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_6_I_2:%.*]] = lshr i64 0, [[TMP57]] 188*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP60:%.*]] = trunc i64 [[SHR_6_I_2]] to i8 189*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_2:%.*]] = and i8 [[STOREDV_6_I_1]], [[TMP60]] 190*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_3:%.*]] = and i8 [[STOREDV_6_I_2]], 0 191*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_6_I_4:%.*]] = lshr i64 0, [[TMP57]] 192*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP61:%.*]] = trunc i64 [[SHR_6_I_4]] to i8 193*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_4:%.*]] = and i8 [[STOREDV_6_I_3]], [[TMP61]] 194*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_6_I_5:%.*]] = lshr i64 0, [[TMP57]] 195*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP62:%.*]] = trunc i64 [[SHR_6_I_5]] to i8 196*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_5:%.*]] = and i8 [[STOREDV_6_I_4]], [[TMP62]] 197*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_6_I_6:%.*]] = lshr i64 0, [[TMP57]] 198*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP63:%.*]] = trunc i64 [[SHR_6_I_6]] to i8 199*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_6:%.*]] = and i8 [[STOREDV_6_I_5]], [[TMP63]] 200*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_6_I_7:%.*]] = lshr i64 0, [[TMP57]] 201*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP64:%.*]] = trunc i64 [[SHR_6_I_7]] to i8 202*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_7:%.*]] = and i8 [[STOREDV_6_I_6]], [[TMP64]] 203*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_8:%.*]] = and i8 [[STOREDV_6_I_7]], 0 204*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_6_I_9:%.*]] = lshr i64 0, [[TMP57]] 205*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP65:%.*]] = trunc i64 [[SHR_6_I_9]] to i8 206*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_9:%.*]] = and i8 [[STOREDV_6_I_8]], [[TMP65]] 207*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_6_I_10:%.*]] = lshr i64 0, [[TMP57]] 208*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP66:%.*]] = trunc i64 [[SHR_6_I_10]] to i8 209*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_10:%.*]] = and i8 [[STOREDV_6_I_9]], [[TMP66]] 210*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_6_I_11:%.*]] = lshr i64 0, [[TMP57]] 211*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP67:%.*]] = trunc i64 [[SHR_6_I_11]] to i8 212*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_11:%.*]] = and i8 [[STOREDV_6_I_10]], [[TMP67]] 213*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_6_I_12:%.*]] = lshr i64 0, [[TMP57]] 214*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP68:%.*]] = trunc i64 [[SHR_6_I_12]] to i8 215*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_12:%.*]] = and i8 [[STOREDV_6_I_11]], [[TMP68]] 216*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_13:%.*]] = and i8 [[STOREDV_6_I_12]], 0 217*2a50dac9SAlexey Bataev; CHECK-NEXT: [[SHR_6_I_14:%.*]] = lshr i64 0, 0 218*2a50dac9SAlexey Bataev; CHECK-NEXT: [[TMP69:%.*]] = trunc i64 [[SHR_6_I_14]] to i8 219*2a50dac9SAlexey Bataev; CHECK-NEXT: [[STOREDV_6_I_14:%.*]] = and i8 [[STOREDV_6_I_13]], [[TMP69]] 220*2a50dac9SAlexey Bataev; CHECK-NEXT: store i8 [[STOREDV_6_I_14]], ptr null, align 1 221*2a50dac9SAlexey Bataev; CHECK-NEXT: ret i32 0 222*2a50dac9SAlexey Bataev; 223*2a50dac9SAlexey Bataeventry: 224*2a50dac9SAlexey Bataev %0 = load i64, ptr getelementptr (i8, ptr null, i64 16), align 8 225*2a50dac9SAlexey Bataev %shr.1.i = lshr i64 0, 0 226*2a50dac9SAlexey Bataev %shr.1.i.13 = lshr i64 0, %0 227*2a50dac9SAlexey Bataev %1 = trunc i64 %shr.1.i.13 to i8 228*2a50dac9SAlexey Bataev %storedv.1.i.13 = and i8 0, %1 229*2a50dac9SAlexey Bataev %shr.1.i.14 = lshr i64 0, %0 230*2a50dac9SAlexey Bataev %2 = trunc i64 %shr.1.i.14 to i8 231*2a50dac9SAlexey Bataev %storedv.1.i.14 = and i8 %storedv.1.i.13, %2 232*2a50dac9SAlexey Bataev %3 = load i64, ptr getelementptr (i8, ptr null, i64 32), align 8 233*2a50dac9SAlexey Bataev %shr.2.i = lshr i64 0, %3 234*2a50dac9SAlexey Bataev %4 = trunc i64 %shr.2.i to i8 235*2a50dac9SAlexey Bataev %storedv.2.i = and i8 %storedv.1.i.14, %4 236*2a50dac9SAlexey Bataev %shr.2.i.1 = lshr i64 0, %3 237*2a50dac9SAlexey Bataev %5 = trunc i64 %shr.2.i.1 to i8 238*2a50dac9SAlexey Bataev %storedv.2.i.1 = and i8 %storedv.2.i, %5 239*2a50dac9SAlexey Bataev %shr.2.i.2 = lshr i64 0, %3 240*2a50dac9SAlexey Bataev %6 = trunc i64 %shr.2.i.2 to i8 241*2a50dac9SAlexey Bataev %storedv.2.i.2 = and i8 %storedv.2.i.1, %6 242*2a50dac9SAlexey Bataev %shr.2.i.3 = lshr i64 0, %3 243*2a50dac9SAlexey Bataev %7 = trunc i64 %shr.2.i.3 to i8 244*2a50dac9SAlexey Bataev %storedv.2.i.3 = and i8 %storedv.2.i.2, %7 245*2a50dac9SAlexey Bataev %shr.2.i.4 = lshr i64 0, %3 246*2a50dac9SAlexey Bataev %8 = trunc i64 %shr.2.i.4 to i8 247*2a50dac9SAlexey Bataev %storedv.2.i.4 = and i8 %storedv.2.i.3, %8 248*2a50dac9SAlexey Bataev %shr.2.i.5 = lshr i64 0, %3 249*2a50dac9SAlexey Bataev %9 = trunc i64 %shr.2.i.5 to i8 250*2a50dac9SAlexey Bataev %storedv.2.i.5 = and i8 %storedv.2.i.4, %9 251*2a50dac9SAlexey Bataev %shr.2.i.6 = lshr i64 0, %3 252*2a50dac9SAlexey Bataev %10 = trunc i64 %shr.2.i.6 to i8 253*2a50dac9SAlexey Bataev %storedv.2.i.6 = and i8 %storedv.2.i.5, %10 254*2a50dac9SAlexey Bataev %shr.2.i.7 = lshr i64 0, %3 255*2a50dac9SAlexey Bataev %11 = trunc i64 %shr.2.i.7 to i8 256*2a50dac9SAlexey Bataev %storedv.2.i.7 = and i8 %storedv.2.i.6, %11 257*2a50dac9SAlexey Bataev %storedv.2.i.8 = and i8 %storedv.2.i.7, 0 258*2a50dac9SAlexey Bataev %shr.2.i.9 = lshr i64 0, %3 259*2a50dac9SAlexey Bataev %12 = trunc i64 %shr.2.i.9 to i8 260*2a50dac9SAlexey Bataev %storedv.2.i.9 = and i8 %storedv.2.i.8, %12 261*2a50dac9SAlexey Bataev %shr.2.i.10 = lshr i64 0, %3 262*2a50dac9SAlexey Bataev %13 = trunc i64 %shr.2.i.10 to i8 263*2a50dac9SAlexey Bataev %storedv.2.i.10 = and i8 %storedv.2.i.9, %13 264*2a50dac9SAlexey Bataev %shr.2.i.11 = lshr i64 0, %3 265*2a50dac9SAlexey Bataev %14 = trunc i64 %shr.2.i.11 to i8 266*2a50dac9SAlexey Bataev %storedv.2.i.11 = and i8 %storedv.2.i.10, %14 267*2a50dac9SAlexey Bataev %shr.2.i.12 = lshr i64 0, %3 268*2a50dac9SAlexey Bataev %15 = trunc i64 %shr.2.i.12 to i8 269*2a50dac9SAlexey Bataev %storedv.2.i.12 = and i8 %storedv.2.i.11, %15 270*2a50dac9SAlexey Bataev %shr.2.i.13 = lshr i64 0, %3 271*2a50dac9SAlexey Bataev %16 = trunc i64 %shr.2.i.13 to i8 272*2a50dac9SAlexey Bataev %storedv.2.i.13 = and i8 %storedv.2.i.12, %16 273*2a50dac9SAlexey Bataev %storedv.2.i.14 = and i8 %storedv.2.i.13, 0 274*2a50dac9SAlexey Bataev %17 = load i64, ptr getelementptr (i8, ptr null, i64 48), align 8 275*2a50dac9SAlexey Bataev %shr.3.i = lshr i64 0, %17 276*2a50dac9SAlexey Bataev %18 = trunc i64 %shr.3.i to i8 277*2a50dac9SAlexey Bataev %storedv.3.i = and i8 %storedv.2.i.14, %18 278*2a50dac9SAlexey Bataev %shr.3.i.1 = lshr i64 0, %17 279*2a50dac9SAlexey Bataev %19 = trunc i64 %shr.3.i.1 to i8 280*2a50dac9SAlexey Bataev %storedv.3.i.1 = and i8 %storedv.3.i, %19 281*2a50dac9SAlexey Bataev %storedv.3.i.2 = and i8 %storedv.3.i.1, 0 282*2a50dac9SAlexey Bataev %shr.3.i.3 = lshr i64 0, %17 283*2a50dac9SAlexey Bataev %20 = trunc i64 %shr.3.i.3 to i8 284*2a50dac9SAlexey Bataev %storedv.3.i.3 = and i8 %storedv.3.i.2, %20 285*2a50dac9SAlexey Bataev %shr.3.i.4 = lshr i64 0, %17 286*2a50dac9SAlexey Bataev %21 = trunc i64 %shr.3.i.4 to i8 287*2a50dac9SAlexey Bataev %storedv.3.i.4 = and i8 %storedv.3.i.3, %21 288*2a50dac9SAlexey Bataev %shr.3.i.5 = lshr i64 0, %17 289*2a50dac9SAlexey Bataev %22 = trunc i64 %shr.3.i.5 to i8 290*2a50dac9SAlexey Bataev %storedv.3.i.5 = and i8 %storedv.3.i.4, %22 291*2a50dac9SAlexey Bataev %storedv.3.i.6 = and i8 %storedv.3.i.5, 0 292*2a50dac9SAlexey Bataev %shr.3.i.7 = lshr i64 0, %17 293*2a50dac9SAlexey Bataev %23 = trunc i64 %shr.3.i.7 to i8 294*2a50dac9SAlexey Bataev %storedv.3.i.7 = and i8 %storedv.3.i.6, %23 295*2a50dac9SAlexey Bataev %shr.3.i.8 = lshr i64 0, %17 296*2a50dac9SAlexey Bataev %24 = trunc i64 %shr.3.i.8 to i8 297*2a50dac9SAlexey Bataev %storedv.3.i.8 = and i8 %storedv.3.i.7, %24 298*2a50dac9SAlexey Bataev %shr.3.i.9 = lshr i64 0, %17 299*2a50dac9SAlexey Bataev %25 = trunc i64 %shr.3.i.9 to i8 300*2a50dac9SAlexey Bataev %storedv.3.i.9 = and i8 %storedv.3.i.8, %25 301*2a50dac9SAlexey Bataev %shr.3.i.10 = lshr i64 0, %17 302*2a50dac9SAlexey Bataev %26 = trunc i64 %shr.3.i.10 to i8 303*2a50dac9SAlexey Bataev %storedv.3.i.10 = and i8 %storedv.3.i.9, %26 304*2a50dac9SAlexey Bataev %shr.3.i.11 = lshr i64 0, %17 305*2a50dac9SAlexey Bataev %27 = trunc i64 %shr.3.i.11 to i8 306*2a50dac9SAlexey Bataev %storedv.3.i.11 = and i8 %storedv.3.i.10, %27 307*2a50dac9SAlexey Bataev %storedv.3.i.12 = and i8 %storedv.3.i.11, 0 308*2a50dac9SAlexey Bataev %shr.3.i.13 = lshr i64 0, %17 309*2a50dac9SAlexey Bataev %28 = trunc i64 %shr.3.i.13 to i8 310*2a50dac9SAlexey Bataev %storedv.3.i.13 = and i8 %storedv.3.i.12, %28 311*2a50dac9SAlexey Bataev %shr.3.i.14 = lshr i64 0, %17 312*2a50dac9SAlexey Bataev %29 = trunc i64 %shr.3.i.14 to i8 313*2a50dac9SAlexey Bataev %storedv.3.i.14 = and i8 %storedv.3.i.13, %29 314*2a50dac9SAlexey Bataev %30 = load i64, ptr null, align 8 315*2a50dac9SAlexey Bataev %storedv.4.i = and i8 %storedv.3.i.14, 0 316*2a50dac9SAlexey Bataev %shr.4.i.1 = lshr i64 0, %30 317*2a50dac9SAlexey Bataev %31 = trunc i64 %shr.4.i.1 to i8 318*2a50dac9SAlexey Bataev %storedv.4.i.1 = and i8 %storedv.4.i, %31 319*2a50dac9SAlexey Bataev %shr.4.i.2 = lshr i64 0, %30 320*2a50dac9SAlexey Bataev %32 = trunc i64 %shr.4.i.2 to i8 321*2a50dac9SAlexey Bataev %storedv.4.i.2 = and i8 %storedv.4.i.1, %32 322*2a50dac9SAlexey Bataev %shr.4.i.3 = lshr i64 0, %30 323*2a50dac9SAlexey Bataev %33 = trunc i64 %shr.4.i.3 to i8 324*2a50dac9SAlexey Bataev %storedv.4.i.3 = and i8 %storedv.4.i.2, %33 325*2a50dac9SAlexey Bataev %shr.4.i.4 = lshr i64 0, %30 326*2a50dac9SAlexey Bataev %34 = trunc i64 %shr.4.i.4 to i8 327*2a50dac9SAlexey Bataev %storedv.4.i.4 = and i8 %storedv.4.i.3, %34 328*2a50dac9SAlexey Bataev %storedv.4.i.5 = and i8 %storedv.4.i.4, 0 329*2a50dac9SAlexey Bataev %shr.4.i.6 = lshr i64 0, %30 330*2a50dac9SAlexey Bataev %35 = trunc i64 %shr.4.i.6 to i8 331*2a50dac9SAlexey Bataev %storedv.4.i.6 = and i8 %storedv.4.i.5, %35 332*2a50dac9SAlexey Bataev %shr.4.i.7 = lshr i64 0, %30 333*2a50dac9SAlexey Bataev %36 = trunc i64 %shr.4.i.7 to i8 334*2a50dac9SAlexey Bataev %storedv.4.i.7 = and i8 %storedv.4.i.6, %36 335*2a50dac9SAlexey Bataev %shr.4.i.8 = lshr i64 0, %30 336*2a50dac9SAlexey Bataev %37 = trunc i64 %shr.4.i.8 to i8 337*2a50dac9SAlexey Bataev %storedv.4.i.8 = and i8 %storedv.4.i.7, %37 338*2a50dac9SAlexey Bataev %shr.4.i.9 = lshr i64 0, %30 339*2a50dac9SAlexey Bataev %38 = trunc i64 %shr.4.i.9 to i8 340*2a50dac9SAlexey Bataev %storedv.4.i.9 = and i8 %storedv.4.i.8, %38 341*2a50dac9SAlexey Bataev %shr.4.i.10 = lshr i64 0, %30 342*2a50dac9SAlexey Bataev %39 = trunc i64 %shr.4.i.10 to i8 343*2a50dac9SAlexey Bataev %storedv.4.i.10 = and i8 %storedv.4.i.9, %39 344*2a50dac9SAlexey Bataev %storedv.4.i.11 = and i8 %storedv.4.i.10, 0 345*2a50dac9SAlexey Bataev %shr.4.i.12 = lshr i64 0, %30 346*2a50dac9SAlexey Bataev %40 = trunc i64 %shr.4.i.12 to i8 347*2a50dac9SAlexey Bataev %storedv.4.i.12 = and i8 %storedv.4.i.11, %40 348*2a50dac9SAlexey Bataev %shr.4.i.13 = lshr i64 0, %30 349*2a50dac9SAlexey Bataev %41 = trunc i64 %shr.4.i.13 to i8 350*2a50dac9SAlexey Bataev %storedv.4.i.13 = and i8 %storedv.4.i.12, %41 351*2a50dac9SAlexey Bataev %shr.4.i.14 = lshr i64 0, %30 352*2a50dac9SAlexey Bataev %42 = trunc i64 %shr.4.i.14 to i8 353*2a50dac9SAlexey Bataev %storedv.4.i.14 = and i8 %storedv.4.i.13, %42 354*2a50dac9SAlexey Bataev %43 = load i64, ptr getelementptr (i8, ptr null, i64 80), align 8 355*2a50dac9SAlexey Bataev %shr.5.i = lshr i64 0, %43 356*2a50dac9SAlexey Bataev %44 = trunc i64 %shr.5.i to i8 357*2a50dac9SAlexey Bataev %storedv.5.i = and i8 %storedv.4.i.14, %44 358*2a50dac9SAlexey Bataev %shr.5.i.1 = lshr i64 0, %43 359*2a50dac9SAlexey Bataev %45 = trunc i64 %shr.5.i.1 to i8 360*2a50dac9SAlexey Bataev %storedv.5.i.1 = and i8 %storedv.5.i, %45 361*2a50dac9SAlexey Bataev %shr.5.i.2 = lshr i64 0, %43 362*2a50dac9SAlexey Bataev %46 = trunc i64 %shr.5.i.2 to i8 363*2a50dac9SAlexey Bataev %storedv.5.i.2 = and i8 %storedv.5.i.1, %46 364*2a50dac9SAlexey Bataev %storedv.5.i.3 = and i8 %storedv.5.i.2, 0 365*2a50dac9SAlexey Bataev %shr.5.i.4 = lshr i64 0, %43 366*2a50dac9SAlexey Bataev %47 = trunc i64 %shr.5.i.4 to i8 367*2a50dac9SAlexey Bataev %storedv.5.i.4 = and i8 %storedv.5.i.3, %47 368*2a50dac9SAlexey Bataev %shr.5.i.5 = lshr i64 0, %43 369*2a50dac9SAlexey Bataev %48 = trunc i64 %shr.5.i.5 to i8 370*2a50dac9SAlexey Bataev %storedv.5.i.5 = and i8 %storedv.5.i.4, %48 371*2a50dac9SAlexey Bataev %shr.5.i.6 = lshr i64 0, %43 372*2a50dac9SAlexey Bataev %49 = trunc i64 %shr.5.i.6 to i8 373*2a50dac9SAlexey Bataev %storedv.5.i.6 = and i8 %storedv.5.i.5, %49 374*2a50dac9SAlexey Bataev %shr.5.i.7 = lshr i64 0, %43 375*2a50dac9SAlexey Bataev %50 = trunc i64 %shr.5.i.7 to i8 376*2a50dac9SAlexey Bataev %storedv.5.i.7 = and i8 %storedv.5.i.6, %50 377*2a50dac9SAlexey Bataev %shr.5.i.8 = lshr i64 0, %43 378*2a50dac9SAlexey Bataev %51 = trunc i64 %shr.5.i.8 to i8 379*2a50dac9SAlexey Bataev %storedv.5.i.8 = and i8 %storedv.5.i.7, %51 380*2a50dac9SAlexey Bataev %storedv.5.i.9 = and i8 %storedv.5.i.8, 0 381*2a50dac9SAlexey Bataev %shr.5.i.10 = lshr i64 0, %43 382*2a50dac9SAlexey Bataev %52 = trunc i64 %shr.5.i.10 to i8 383*2a50dac9SAlexey Bataev %storedv.5.i.10 = and i8 %storedv.5.i.9, %52 384*2a50dac9SAlexey Bataev %shr.5.i.11 = lshr i64 0, %43 385*2a50dac9SAlexey Bataev %53 = trunc i64 %shr.5.i.11 to i8 386*2a50dac9SAlexey Bataev %storedv.5.i.11 = and i8 %storedv.5.i.10, %53 387*2a50dac9SAlexey Bataev %shr.5.i.12 = lshr i64 0, %43 388*2a50dac9SAlexey Bataev %54 = trunc i64 %shr.5.i.12 to i8 389*2a50dac9SAlexey Bataev %storedv.5.i.12 = and i8 %storedv.5.i.11, %54 390*2a50dac9SAlexey Bataev %shr.5.i.13 = lshr i64 0, %43 391*2a50dac9SAlexey Bataev %55 = trunc i64 %shr.5.i.13 to i8 392*2a50dac9SAlexey Bataev %storedv.5.i.13 = and i8 %storedv.5.i.12, %55 393*2a50dac9SAlexey Bataev %shr.5.i.14 = lshr i64 0, %43 394*2a50dac9SAlexey Bataev %56 = trunc i64 %shr.5.i.14 to i8 395*2a50dac9SAlexey Bataev %storedv.5.i.14 = and i8 %storedv.5.i.13, %56 396*2a50dac9SAlexey Bataev %57 = load i64, ptr null, align 8 397*2a50dac9SAlexey Bataev %shr.6.i = lshr i64 0, %57 398*2a50dac9SAlexey Bataev %58 = trunc i64 %shr.6.i to i8 399*2a50dac9SAlexey Bataev %storedv.6.i = and i8 %storedv.5.i.14, %58 400*2a50dac9SAlexey Bataev %shr.6.i.1 = lshr i64 0, %57 401*2a50dac9SAlexey Bataev %59 = trunc i64 %shr.6.i.1 to i8 402*2a50dac9SAlexey Bataev %storedv.6.i.1 = and i8 %storedv.6.i, %59 403*2a50dac9SAlexey Bataev %shr.6.i.2 = lshr i64 0, %57 404*2a50dac9SAlexey Bataev %60 = trunc i64 %shr.6.i.2 to i8 405*2a50dac9SAlexey Bataev %storedv.6.i.2 = and i8 %storedv.6.i.1, %60 406*2a50dac9SAlexey Bataev %storedv.6.i.3 = and i8 %storedv.6.i.2, 0 407*2a50dac9SAlexey Bataev %shr.6.i.4 = lshr i64 0, %57 408*2a50dac9SAlexey Bataev %61 = trunc i64 %shr.6.i.4 to i8 409*2a50dac9SAlexey Bataev %storedv.6.i.4 = and i8 %storedv.6.i.3, %61 410*2a50dac9SAlexey Bataev %shr.6.i.5 = lshr i64 0, %57 411*2a50dac9SAlexey Bataev %62 = trunc i64 %shr.6.i.5 to i8 412*2a50dac9SAlexey Bataev %storedv.6.i.5 = and i8 %storedv.6.i.4, %62 413*2a50dac9SAlexey Bataev %shr.6.i.6 = lshr i64 0, %57 414*2a50dac9SAlexey Bataev %63 = trunc i64 %shr.6.i.6 to i8 415*2a50dac9SAlexey Bataev %storedv.6.i.6 = and i8 %storedv.6.i.5, %63 416*2a50dac9SAlexey Bataev %shr.6.i.7 = lshr i64 0, %57 417*2a50dac9SAlexey Bataev %64 = trunc i64 %shr.6.i.7 to i8 418*2a50dac9SAlexey Bataev %storedv.6.i.7 = and i8 %storedv.6.i.6, %64 419*2a50dac9SAlexey Bataev %storedv.6.i.8 = and i8 %storedv.6.i.7, 0 420*2a50dac9SAlexey Bataev %shr.6.i.9 = lshr i64 0, %57 421*2a50dac9SAlexey Bataev %65 = trunc i64 %shr.6.i.9 to i8 422*2a50dac9SAlexey Bataev %storedv.6.i.9 = and i8 %storedv.6.i.8, %65 423*2a50dac9SAlexey Bataev %shr.6.i.10 = lshr i64 0, %57 424*2a50dac9SAlexey Bataev %66 = trunc i64 %shr.6.i.10 to i8 425*2a50dac9SAlexey Bataev %storedv.6.i.10 = and i8 %storedv.6.i.9, %66 426*2a50dac9SAlexey Bataev %shr.6.i.11 = lshr i64 0, %57 427*2a50dac9SAlexey Bataev %67 = trunc i64 %shr.6.i.11 to i8 428*2a50dac9SAlexey Bataev %storedv.6.i.11 = and i8 %storedv.6.i.10, %67 429*2a50dac9SAlexey Bataev %shr.6.i.12 = lshr i64 0, %57 430*2a50dac9SAlexey Bataev %68 = trunc i64 %shr.6.i.12 to i8 431*2a50dac9SAlexey Bataev %storedv.6.i.12 = and i8 %storedv.6.i.11, %68 432*2a50dac9SAlexey Bataev %storedv.6.i.13 = and i8 %storedv.6.i.12, 0 433*2a50dac9SAlexey Bataev %shr.6.i.14 = lshr i64 0, 0 434*2a50dac9SAlexey Bataev %69 = trunc i64 %shr.6.i.14 to i8 435*2a50dac9SAlexey Bataev %storedv.6.i.14 = and i8 %storedv.6.i.13, %69 436*2a50dac9SAlexey Bataev store i8 %storedv.6.i.14, ptr null, align 1 437*2a50dac9SAlexey Bataev ret i32 0 438*2a50dac9SAlexey Bataev} 439