[llvm-bugs] [Bug 46995] New: Assertion `(StartMI.getParent() == EndMI.getParent()) && "Instructions are not in same basic block"' failed.
    via llvm-bugs 
    llvm-bugs at lists.llvm.org
       
    Tue Aug  4 13:54:29 PDT 2020
    
    
  
https://bugs.llvm.org/show_bug.cgi?id=46995
            Bug ID: 46995
           Summary: Assertion `(StartMI.getParent() == EndMI.getParent())
                    && "Instructions are not in same basic block"' failed.
           Product: new-bugs
           Version: 11.0
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: saghir.ibm at gmail.com
                CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
While doing release testing for LLVM 11.0.0 RC1, following build failure was
observed:
llvm/lib/Target/PowerPC/PPCInstrInfo.cpp:2661: void
llvm::PPCInstrInfo::fixupIsDeadOrKill(llvm::MachineInstr &, llvm::MachineInstr
&, unsigned int) const:
Assertion `(StartMI.getParent() == EndMI.getParent()) && "Instructions are not
in same basic block"' failed.
The fix for this issue is in
https://reviews.llvm.org/rG36f9fe2d3493717dbc6866d96b2e989839ce1a4c
-- 
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/20200804/79cfc873/attachment.html>
    
    
More information about the llvm-bugs
mailing list