<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 2/28/2018 5:46 PM, Chris Lattner
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:900CDC6D-15A2-488C-B19D-EBCB8A73775D@nondot.org">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      On Feb 28, 2018, at 3:29 PM, Kaylor, Andrew via llvm-dev <<a
        href="mailto:llvm-dev@lists.llvm.org" class=""
        moz-do-not-send="true">llvm-dev@lists.llvm.org</a>> wrote:<br
        class="">
      <div>
        <blockquote type="cite" class="">
          <div class="">
            <div class="WordSection1" style="page: WordSection1;
              font-family: Helvetica; font-size: 12px; font-style:
              normal; font-variant-caps: normal; font-weight: normal;
              letter-spacing: normal; text-align: start; text-indent:
              0px; text-transform: none; white-space: normal;
              word-spacing: 0px; -webkit-text-stroke-width: 0px;
              background-color: rgb(255, 255, 255);">
              <div style="margin: 0in 0in 0.0001pt; font-size: 12pt;
                font-family: "Times New Roman", serif;"
                class=""><span style="font-size: 11pt; font-family:
                  Calibri, sans-serif; color: rgb(31, 73, 125);"
                  class="">For the first part of Sanjay’s question, I
                  think the answer is, “Yes, we can fold all of these to
                  NaN in the general case.” </span></div>
            </div>
          </div>
        </blockquote>
        <div><br class="">
        </div>
        <div>Agreed.  Those IR instructions are undefined on SNAN, and
          that undef could take on an SNAN value.  Folding these
          instructions to undef seems reasonable, and it is arguable
          that you could even fold it to an ‘unreachable'.</div>
      </div>
    </blockquote>
    <br>
    fdiv snan, snan is undefined?  As opposed to producing a qnan, as
    specified by IEEE-754?<br>
    <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>