<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 --- - Assertion failed: (N1.getValueType() == N2.getValueType() && N1.getValueType() == VT && "Binary operator types must match!"), function getNode, file SelectionDAG.cpp, line 2941."
   href="http://llvm.org/bugs/show_bug.cgi?id=18356">18356</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Assertion failed: (N1.getValueType() == N2.getValueType() && N1.getValueType() == VT && "Binary operator types must match!"), function getNode, file SelectionDAG.cpp, line 2941.
          </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: Sparc
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>rdivacky@freebsd.org
          </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>Created <span class=""><a href="attachment.cgi?id=11803" name="attach_11803" title="test case">attachment 11803</a> <a href="attachment.cgi?id=11803&action=edit" title="test case">[details]</a></span>
test case

nova GENERIC$ ~/llvm/Release+Asserts/bin/clang db_trace.ll
Assertion failed: (N1.getValueType() == N2.getValueType() && N1.getValueType()
== VT && "Binary operator types must match!"), function getNode, file
SelectionDAG.cpp, line 2941.
Stack dump:
0.      Program arguments: /home/rdivacky/llvm/Release+Asserts/bin/clang -cc1
-triple sparc64-unknown-freebsd11.0 -S -disable-free -main-file-name
db_trace.ll -mrelocation-model static -mdisable-fp-elim -mconstructor-aliases
-target-linker-version 2.17.50 -resource-dir
/home/rdivacky/llvm/Release+Asserts/bin/../lib/clang/3.5
-fno-dwarf-directory-asm -fdebug-compilation-dir
/home/rdivacky/freebsd-head/sys/sparc64/compile/GENERIC -ferror-limit 19
-fmessage-length 115 -mstackrealign -fobjc-runtime=gnustep
-fdiagnostics-show-option -fcolor-diagnostics -vectorize-slp -o
/tmp/db_trace-da4b79.s -x ir db_trace.ll 
1.      Code generation
2.      Running pass 'Function Pass Manager' on module 'db_trace.ll'.
3.      Running pass 'SPARC DAG->DAG Pattern Instruction Selection' on function
'@db_trace_self'
clang: error: unable to execute command: Abort trap (core dumped)
clang: error: clang frontend command failed due to signal (use -v to see
invocation)
clang version 3.5 (trunk 198311)
Target: sparc64-unknown-freebsd11.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to
<a href="http://llvm.org/bugs/">http://llvm.org/bugs/</a> and include the crash backtrace, preprocessed source, and
associated run script.
clang: note: diagnostic msg: Error generating preprocessed source(s) - no
preprocessable inputs.</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>