<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi Victor and LLVM developers,</div><div><br></div><div>(+ Reformat the example for web browser reader</div><div><br></div><div>Thanks for your reply!:) reg2mem transforms values back to pointers. But I would like to look for the pass or any functions provided in LLVM to get the disaggregate structs back to aggregate struct. My goal is to do the transformation to coalesce the accesses from the same struct together. </div><div><br></div><div>Below is an example to explain clearer what I am looking for. In the IR, I would like to have 2 load instructions that each loads a variable in the struct transform to one single load instruction that directly loads the struct.</div><div><br></div><div>If this makes sense and anyone knows whether there is related passes or functions exists. Thanks for helping!</div><div><br></div><div>-Lin-Ya</div><div><br></div><div><div>%struct.mystruct = type <{ i8, i16, i8 }></div><div><br></div><div>@llvm.global_ctors = appending global [0 x { i32, void ()*, i8* }] zeroinitializer</div><div><br></div><div>define i32 @_Z3accP8mystructPcPs(%struct.mystruct* noalias nonnull %input, i8* %a, i16* noalias nonnull %b) {</div><div>entry:</div><div>  br label %for.inc</div><div><br></div><div>for.inc:                                          ; preds = %for.inc, %entry</div><div>  %i.03 = phi i32 [ 0, %entry ], [ %inc, %for.inc ]</div><div>  %idxprom = sext i32 %i.03 to i64</div><div>  %a11 = getelementptr inbounds %struct.mystruct, %struct.mystruct* %input, i64 %idxprom, i32 0</div><div>  %0 = load i8, i8* %a11, align 4</div><div>  %arrayidx3 = getelementptr inbounds i8, i8* %a, i64 %idxprom</div><div>  store i8 %0, i8* %arrayidx3, align 1</div><div>  %b62 = getelementptr inbounds %struct.mystruct, %struct.mystruct* %input, i64 %idxprom, i32 1</div><div>  %1 = load i16, i16* %b62, align 1</div><div>  %arrayidx8 = getelementptr inbounds i16, i16* %b, i64 %idxprom</div><div>  store i16 %1, i16* %arrayidx8, align 2</div><div>  %inc = add nsw i32 %i.03, 1</div><div>  %cmp = icmp slt i32 %inc, 10</div><div>  br i1 %cmp, label %for.inc, label %for.end</div><div><br></div><div>for.end:                                          ; preds = %for.inc</div><div>  ret i32 0</div><div>}</div></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Lin-Ya Yu <<a href="mailto:yu810226@gmail.com">yu810226@gmail.com</a>> 於 2019年3月6日 週三 下午12:06寫道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Victor and LLVM developers,<div><br></div><div>Thanks for your reply!:) reg2mem transforms values back to pointers. But I would like to look for the pass or any functions provided in LLVM to get the disaggregate structs back to aggregate struct. My goal is to do the transformation to coalesce the accesses from the same struct together. </div><div><br></div><div>Below is an example to explain clearer what I am looking for. In the IR, I would like to have 2 load instructions that each loads a variable in the struct transform to one single load instruction that directly loads the struct.</div><div><br></div><div>If this makes sense and anyone knows whether there is related passes or functions exists. Thanks for helping!<br></div><div><br></div><div>-Lin-Ya</div><div><br></div><div>Exported from Notepad++



<div style="float:left;white-space:pre-wrap;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%struct</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">mystruct</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">=</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">type</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">{</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i8</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i16</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i8</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">}</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">></span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">

</span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">@llvm</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">global_ctors</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">=</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc6" style="font-weight:bold;color:rgb(0,0,255);font-family:"Courier New";font-size:10pt">appending</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc6" style="font-weight:bold;color:rgb(0,0,255);font-family:"Courier New";font-size:10pt">global</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">[</span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">0</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">x</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">{</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i32</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">void</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">()*,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i8</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">*</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">}</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">]</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">zeroinitializer</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">

</span><span class="gmail-m_5430893666476878564gmail-sc6" style="font-weight:bold;color:rgb(0,0,255);font-family:"Courier New";font-size:10pt">define</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i32</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">@_Z3accP8mystructPcPs</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">(</span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%struct</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">mystruct</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">*</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc6" style="font-weight:bold;color:rgb(0,0,255);font-family:"Courier New";font-size:10pt">noalias</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">nonnull</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%input</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i8</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">*</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc6" style="font-weight:bold;color:rgb(0,0,255);font-family:"Courier New";font-size:10pt">noalias</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">nonnull</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%a</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i16</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">*</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc6" style="font-weight:bold;color:rgb(0,0,255);font-family:"Courier New";font-size:10pt">noalias</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">nonnull</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">  </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%b</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">)</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">{</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">entry</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">:</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">br</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">label</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%for</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">inc</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">

</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">for</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">inc</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">:</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">                                          </span><span class="gmail-m_5430893666476878564gmail-sc2" style="font-weight:bold;color:rgb(0,155,78);font-family:"Courier New";font-size:10pt">; preds = %for.inc, %entry
</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">  </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%i</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">03</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">=</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">phi</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i32</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">[</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">0</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%entry</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">],</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">[</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%inc</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%for</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">inc</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">]</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%idxprom</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">=</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">sext</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i32</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%i</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">03</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc6" style="font-weight:bold;color:rgb(0,0,255);font-family:"Courier New";font-size:10pt">to</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i64</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%a11</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">=</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">getelementptr</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">inbounds</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%struct</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">mystruct</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%struct</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">mystruct</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">*</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%input</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i64</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%idxprom</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i32</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">0</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">%0</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">=</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">load</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i8</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i8</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">*</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%a11</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc6" style="font-weight:bold;color:rgb(0,0,255);font-family:"Courier New";font-size:10pt">align</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">4</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%arrayidx3</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">=</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">getelementptr</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">inbounds</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i8</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i8</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">*</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%a</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i64</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%idxprom</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">store</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i8</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">%0</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i8</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">*</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%arrayidx3</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc6" style="font-weight:bold;color:rgb(0,0,255);font-family:"Courier New";font-size:10pt">align</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">1</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%b62</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">=</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">getelementptr</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">inbounds</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%struct</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">mystruct</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%struct</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">mystruct</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">*</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%input</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i64</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%idxprom</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i32</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">1</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">%1</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">=</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">load</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i16</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i16</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">*</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%b62</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc6" style="font-weight:bold;color:rgb(0,0,255);font-family:"Courier New";font-size:10pt">align</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">1</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%arrayidx8</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">=</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">getelementptr</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">inbounds</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i16</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i16</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">*</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%b</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i64</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%idxprom</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">store</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i16</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">%1</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i16</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">*</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%arrayidx8</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc6" style="font-weight:bold;color:rgb(0,0,255);font-family:"Courier New";font-size:10pt">align</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">2</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%inc</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">=</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">add</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">nsw</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i32</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%i</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">03</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">1</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%cmp</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">=</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">icmp</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">slt</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i32</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%inc</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">10</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
  </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">br</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">i1</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%cmp</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">label</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%for</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">inc</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">,</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">label</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc5" style="font-weight:bold;color:rgb(0,117,117);font-family:"Courier New";font-size:10pt">%for</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">end</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">

</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">for</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">end</span><span class="gmail-m_5430893666476878564gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">:</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">                                          </span><span class="gmail-m_5430893666476878564gmail-sc2" style="font-weight:bold;color:rgb(0,155,78);font-family:"Courier New";font-size:10pt">; preds = %for.inc
</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">  </span><span class="gmail-m_5430893666476878564gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">ret</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i32</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-m_5430893666476878564gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">0</span><span class="gmail-m_5430893666476878564gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
</span><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">}</span></div></div><div><br><br></div><div><div style="float:left;white-space:pre-wrap;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><br></div></div><div style="float:left;white-space:pre-wrap;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div><div style="float:left;white-space:pre-wrap;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div><div style="float:left;white-space:pre-wrap;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div><div style="float:left;white-space:pre-wrap;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div><div style="float:left;white-space:pre-wrap;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div><div style="float:left;white-space:pre-wrap;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div><div style="float:left;white-space:pre-wrap;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-m_5430893666476878564gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div></div></div></div></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">From: <a href="mailto:yu810226@gmail.com" target="_blank">yu810226@gmail.com</a><div>于琳雅</div><div>Mobile Pone: 0926239522</div></div></div></div></div>