[llvm-bugs] [Bug 30246] New: PPC64: IfConverter::IfConvertDiamondCommon: Assertion `!NodePtr->isKnownSentinel()' failed

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Sep 1 15:13:01 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=30246

            Bug ID: 30246
           Summary: PPC64: IfConverter::IfConvertDiamondCommon: Assertion
                    `!NodePtr->isKnownSentinel()' failed
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: hfinkel at anl.gov
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 17199
  --> https://llvm.org/bugs/attachment.cgi?id=17199&action=edit
bugpoint reduced test case

Running llc on the attached input asserts:

include/llvm/ADT/ilist_iterator.h:112: llvm::ilist_iterator<NodeTy,
IsReverse>::reference llvm::ilist_iterator<NodeTy, IsReverse>::operator*()
const [with NodeTy = llvm::MachineInstr; bool IsReverse = false;
llvm::ilist_iterator<NodeTy, IsReverse>::reference = llvm::MachineInstr&]:
Assertion `!NodePtr->isKnownSentinel()' failed.

>From IfConverter::IfConvertDiamondCommon.

This is on ppc64le.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160901/46d1e4db/attachment-0001.html>


More information about the llvm-bugs mailing list