<html>
    <head>
      <base href="https://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 --- - PPCVSXFMAMutate.cpp assertion failure"
   href="https://llvm.org/bugs/show_bug.cgi?id=26259">26259</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>PPCVSXFMAMutate.cpp assertion failure
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>3.7
          </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>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>eric.schweitz@pgroup.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=15695" name="attach_15695" title="bugpoint reduced testcase">attachment 15695</a> <a href="attachment.cgi?id=15695&action=edit" title="bugpoint reduced testcase">[details]</a></span>
bugpoint reduced testcase

llc -O2 -o junk.s bug.ll
llc: .../llvm/lib/CodeGen/LiveInterval.cpp:190:
{anonymous}::CalcLiveRangeUtilBase<ImplT, IteratorT, CollectionT>::iterator
{anonymous}::CalcLiveRangeUtilBase<ImplT, IteratorT,
CollectionT>::addSegment({anonymous}::CalcLiveRangeUtilBase<ImplT, IteratorT,
CollectionT>::Segment) [with ImplT = {anonymous}::CalcLiveRangeUtilVector;
IteratorT = llvm::LiveRange::Segment*; CollectionT =
llvm::SmallVector<llvm::LiveRange::Segment, 4u>;
{anonymous}::CalcLiveRangeUtilBase<ImplT, IteratorT, CollectionT>::iterator =
llvm::LiveRange::Segment*; {anonymous}::CalcLiveRangeUtilBase<ImplT, IteratorT,
CollectionT>::Segment = llvm::LiveRange::Segment]: Assertion `B->end <= Start
&& "Cannot overlap two segments with differing ValID's" " (did you def the same
reg twice in a MachineInstr?)"' failed.
#0 0x10e613b0 llvm::sys::PrintStackTrace(llvm::raw_ostream&)
(/home/eschweitz/llvm/3.7ppc/bin/llc+0x10e613b0)
#1 0x10e62520 (.../bin/llc+0x10e62520)
#2 0x10e5fdb4 (.../bin/llc+0x10e5fdb4)
0  llc       0x0000000010e613b0 llvm::sys::PrintStackTrace(llvm::raw_ostream&)
+ 144
1  llc       0x0000000010e62520
2  llc       0x0000000010e5fdb4
3            0x0000100000040478 __kernel_sigtramp_rt64 + 0
4  libc.so.6 0x00001000003d0a88 gsignal + 72
5  libc.so.6 0x00001000003d693c abort + 620
6  libc.so.6 0x00001000003c65b4
7  libc.so.6 0x00001000003c66a4 __assert_fail + 100
8  llc       0x0000000010744d54
llvm::LiveRange::addSegment(llvm::LiveRange::Segment) + 2708
9  llc       0x00000000103d3ca4
10 llc       0x00000000103d5424
11 llc       0x00000000107abe38
llvm::MachineFunctionPass::runOnFunction(llvm::Function&) + 280
12 llc       0x0000000010d314a8
llvm::FPPassManager::runOnFunction(llvm::Function&) + 744
13 llc       0x0000000010d31b0c llvm::FPPassManager::runOnModule(llvm::Module&)
+ 76
14 llc       0x0000000010d31f30
llvm::legacy::PassManagerImpl::run(llvm::Module&) + 976
15 llc       0x0000000010d3222c llvm::legacy::PassManager::run(llvm::Module&) +
28
16 llc       0x00000000101bfee8
17 llc       0x000000001019f2b0 main + 352
18 libc.so.6 0x00001000003b4d00
19 libc.so.6 0x00001000003b4ef8 __libc_start_main + 200
Stack dump:
0.      Program arguments: llc -O2 -o junk.s bug.ll 
1.      Running pass 'Function Pass Manager' on module 'bug.ll'.
2.      Running pass 'PowerPC VSX FMA Mutation' on function '@iHaveAnBug'
Aborted</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>