Dear developers.<div><br></div><div>We try to make our own backend of llvm for our target machine.</div><div><br></div><div>Assume that we have the following code in our source code.</div><div><br></div><div>int i = ( a < b );</div>
<div><br></div><div>The code is translated into</div><div><br></div><div>r0 <- gt r1 r2</div><div>r3 <- and r0 0x1</div><div><br></div><div>We think that r3 is not necessary. Is there any way to eliminate it by just modifying</div>
<div><br></div><div>our backend?</div><div><br></div><div>Thank you in advance.</div><div><br></div><div>Minwook Ahn</div>