Displaying 3 results from an estimated 3 matches for "100387".
Did you mean:
10038
2016 Aug 23
2
Help in understanding physreg LiveVariables
...us the need for physregs. I asked about adding new inputs & outputs to basic blocks during instruction legalization/selection earlier on:</div>
<div dir="ltr" > </div>
<div dir="ltr" ><a href="http://lists.llvm.org/pipermail/llvm-dev/2016-June/100387.html" >http://lists.llvm.org/pipermail/llvm-dev/2016-June/100387.html</a></div>
<div dir="ltr" > </div>
<div dir="ltr" >Tim Northover responded with some useful insight but I did not really get a direct answer to my question on how to add MB...
2016 Aug 23
2
Help in understanding physreg LiveVariables
<div class="socmaildefaultfont" dir="ltr" style="font-family:Arial;font-size:10.5pt" ><div class="socmaildefaultfont" dir="ltr" style="font-family:Arial;font-size:10.5pt" ><div dir="ltr" > </div>
<div dir="ltr" >Hi all,</div>
<div dir="ltr" > </div>
<div
2016 Aug 23
2
Help in understanding physreg LiveVariables
...ic blocks. I was unable to find a way to add a virt reg as a
live-in to an MBB, thus the need for physregs. I asked about adding
new inputs & outputs to basic blocks during instruction
legalization/selection earlier on:
http://lists.llvm.org/pipermail/llvm-dev/2016-June/100387.html
Tim Northover responded with some useful insight but I did not really
get a direct answer to my question on how to add MBB inputs (or if
it's possible). The solution that I developed myself is to use
virtual registers within MBBs and build CopyFrom/ToReg nodes at t...