<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 --- - Do not know how to split the result of this operator (llvm.x86.avx.round.ps.256)"
   href="http://llvm.org/bugs/show_bug.cgi?id=15929">15929</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Do not know how to split the result of this operator (llvm.x86.avx.round.ps.256)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.2
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>MacOS X
          </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>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>schnetter@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>I am building OpenCL code with the release branch of llvm-3.3. One of pocl's
test cases does not build.

I am using OSX x86-64, and am building with the flags "-O3 -march=corei7-avx".

The failing command is
{{{
/Users/eschnett/llvm-3.3/bin/llc -relocation-model=pic -o
/tmp/poclGKRvUX/pthread/test_convert_type/1-1-1.0-0-0/parallel.s
/tmp/poclGKRvUX/pthread/test_convert_type/1-1-1.0-0-0/parallel.bc
}}}

with the error message
{{{
SplitVectorResult #0: 0x7f92a2907810: v8f32 = llvm.x86.avx.round.ps.256
0x7f92a2b5a810, 0x7f92a2b79910, 0x7f92a501d310 [ORD=30065] [ID=0]

LLVM ERROR: Do not know how to split the result of this operator!

}}}

I attach the file "parallel.bc" to this report. Please let me know if you need
more information, such as e.g. the source code that was used to create
parallel.bc.</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>