<div dir="ltr"><br clear="all"><div><div>Hi,</div><div><br></div><div>I need some help,</div><div>As per my requirement, I am trying to lower down the x86_64bit binary LLVM IR to x86 LLVM IR. </div><div>Instruction of x86_64 binary are as follows,</div><div><span class="" style="white-space:pre">      </span>mov rax, 1122334455667788</div><div><span class="" style="white-space:pre">  </span>mov rax, 8877665544332211</div><div><span class="" style="white-space:pre">  </span></div><div>To lower down the same in x86, I need to split 'rax' register into 'rax_lower' and 'rax_higher'. </div><div>Can anybody please give me some pointer to do the same or any tool with option to generate the </div><div>same type of LLVM IR.</div><div><br></div><div>Any help will be highly appreciated.</div><div><br></div><div>Thanks and Regards,</div><div>Deep</div></div>
</div>