Like the shuffle, we should treat the select delayed so that all constants can be resolved.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Bitcode/Reader/BitcodeReader.cpp | ||
---|---|---|
2722 | 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 | ||
---|---|---|
2722 | Ok,thanks for reviewing. A new patch updated. |
SelectorTy is always i1; no need to store it here.