Dear all,<div><br></div><div> With commit r134539, the CodeEmitter backend of TableGen will not generate case for</div><div>pseudo instruction. It seems that r134539 assumed that the pseudo instruction will</div><div>
be lowered before calling CodeEmitter::getBinaryCodeForInstr. Thus, getBinaryCodeForInstr</div><div>will report a fatal error if it gets a pseudo instruction.</div><div><br></div><div> However, ARMCodeEmitter does not lower the pseudo instruction before calling</div>
<div>getBinaryCodeForInstr, and ARMCodeEmitter will no longer work after r134539.</div><div>With this patch, we will generate case for pseudo instruction for CodeEmitter (but not</div><div>MCCodeEmitter) just like what was done before.</div>
<div><br></div><div> Please review. Thanks!</div><div><br></div><div>Sincerely,</div><div style="text-align: right;">Logan</div>