<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:baldrick@free.fr" title="Duncan Sands <baldrick@free.fr>"> <span class="fn">Duncan Sands</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - PPC64: Possible endian issue in optimization"
   href="http://llvm.org/bugs/show_bug.cgi?id=16147">bug 16147</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>baldrick@free.fr
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - PPC64: Possible endian issue in optimization"
   href="http://llvm.org/bugs/show_bug.cgi?id=16147#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - PPC64: Possible endian issue in optimization"
   href="http://llvm.org/bugs/show_bug.cgi?id=16147">bug 16147</a>
              from <span class="vcard"><a class="email" href="mailto:baldrick@free.fr" title="Duncan Sands <baldrick@free.fr>"> <span class="fn">Duncan Sands</span></a>
</span></b>
        <pre>This IR is invalid.  As described here
<a href="http://llvm.org/docs/LangRef.html#load-instruction">http://llvm.org/docs/LangRef.html#load-instruction</a>
storing an i8 value to %tmp2 then loading it out as an i1 yields an undefined
result.  If you want to load something out as an i1 then you must have stored
it as an i1, not some other type.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>