<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - llvm.prefetch instrinsic gives an Cannot select: error when used for instruction cache i.e 4th argument is '0'"
   href="http://llvm.org/bugs/show_bug.cgi?id=21037">21037</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>llvm.prefetch instrinsic  gives an Cannot select: error when used for instruction cache i.e 4th argument is '0'
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Backend: X86
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ushashau1@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Using llvm.prefetch instrinsic for performing fetch to instruction cache when
4th argument is '0' indicating icache gives the following error 

LLVM ERROR: Cannot select: 0x2a39348: ch = Prefetch 0x2a39030, 0x2a39138,
0x2a38c10, 0x2a39240, 0x2a38c10<LD1[%x1]> [ORD=9] [ID=15]
  0x2a39138: i64 = FrameIndex<1> [ID=4]
  0x2a38c10: i32 = Constant<0> [ID=1]
  0x2a39240: i32 = Constant<1> [ID=5]
  0x2a38c10: i32 = Constant<0> [ID=1]</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>