http://llvm.org/bugs/show_bug.cgi?id=3465
Summary: opt -instcombine creates unreadable bitcode file
Product: libraries
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Scalar Optimizations
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
In SingleSource/Benchmarks/BenchmarkGame/partialsums,
opt creates a bitcode file which the bitcode reader is unable to
read. This is reproducible by running opt -instcombine on the
attached partialsums.linked.bc file and then attempting to
llvm-dis the result.
Currently the llvm-dis fails with this assertion:
Assertion failed: (Ty == V->getType() && "Type mismatch in constant table!"),
function getConstantFwdRef, file lib/Bitcode/Reader/BitcodeReader.cpp, line 187
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs