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

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

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

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

</span><span class="gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">for</span><span class="gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">.</span><span class="gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">end</span><span class="gmail-sc12" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">:</span><span class="gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">                                          </span><span class="gmail-sc2" style="font-weight:bold;color:rgb(0,155,78);font-family:"Courier New";font-size:10pt">; preds = %for.inc
</span><span class="gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">  </span><span class="gmail-sc8" style="font-weight:bold;color:rgb(0,128,255);font-family:"Courier New";font-size:10pt">ret</span><span class="gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-sc4" style="font-weight:bold;color:rgb(119,68,47);font-family:"Courier New";font-size:10pt">i32</span><span class="gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"> </span><span class="gmail-sc3" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">0</span><span class="gmail-sc24" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)">
</span><span class="gmail-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;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;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div><div style="float:left;white-space:pre;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div><div style="float:left;white-space:pre;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div><div style="float:left;white-space:pre;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div><div style="float:left;white-space:pre;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div><div style="float:left;white-space:pre;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div><div style="float:left;white-space:pre;line-height:1;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial"><span class="gmail-sc0" style="font-family:"Courier New";font-size:10pt;color:rgb(0,0,0)"><br></span></div></div></div></div></div></div>