Like the shuffle, we should treat the select delayed so that all constants can be resolved.
Details
Details
Diff Detail
Diff Detail
Event Timeline
| llvm/lib/Bitcode/Reader/BitcodeReader.cpp | ||
|---|---|---|
| 2734 | Maybe it would simplify the algorithm if you ValueList.getConstantFwdRef(NextCstNo, CurTy); here? That way, indexing into ValueList later would never fail. | |
| llvm/lib/Bitcode/Reader/BitcodeReader.cpp | ||
|---|---|---|
| 2734 | Ok,thanks for reviewing. A new patch updated. | |
SelectorTy is always i1; no need to store it here.