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: unassignedb...@nondot.org
Reporter: saghir....@gmail.com
CC: htmldevelo...@gmail.com, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs