<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 6/13/2018 6:36 PM, 유원호 via llvm-dev
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:dcf99dfcaf29f67a35ef47d6bd463635@cweb19.nm.nhnsystem.com">
      <style>p{margin-top:0px;margin-bottom:0px;}</style>
      <div style="font-size:10pt; font-family:Gulim, sans-serif;">
        <p>Hi, I have an question which sounds pretty naive.. (sorry, I
          just stepped into LLVM Backend first time)<br>
          <br>
          I saw many backend source codes having Pseudo Instruction
          Type.<br>
          <br>
          But I wonder what this Instruction type means<br>
          <br>
          I feel confused with 'pseudo code' with algorithm terminology.<br>
          <br>
          Could anyone make this clear what is different from those two
          concepts?</p>
      </div>
    </blockquote>
    <br>
    A "pseudo-instruction" in LLVM is a MachineInstr which doesn't
    correspond to a specific assembly instruction.  It's a placeholder
    which will get converted to a real instruction or series of
    instructions by some later pass.<br>
    <p><br>
    </p>
    <p>-Eli<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project</pre>
  </body>
</html>