Constant vectors weren't allowed to have an i1 condition in the
BitcodeReader. Make sure we have the same restrictions that are
documented, not more.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Bitcode/Reader/BitcodeReader.cpp | ||
---|---|---|
2482 | Out of curiosity, why not use SelectorTy instead of Type::getInt1Ty(Context), since you have already computed it? |
Out of curiosity, why not use SelectorTy instead of Type::getInt1Ty(Context), since you have already computed it?