https://bugs.llvm.org/show_bug.cgi?id=35688
Bug ID: 35688
Summary: PowerPC backend crashes when printing assembly
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: PowerPC
Assignee: unassignedb...@nondot.org
Reporter: benny....@gmail.com
CC: llvm-bugs@lists.llvm.org
Created attachment 19573
--> https://bugs.llvm.org/attachment.cgi?id=19573&action=edit
test case
This looks like fallout from r320791.
$ llc < bugpoint-reduced-simplified.bc
llc: lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp:328: void
llvm::PPCInstPrinter::printU6ImmOperand(const llvm::MCInst *, unsigned int,
llvm::raw_ostream &): Assertion `Value <= 63 && "Invalid u6imm argument!"'
failed.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs