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
- Repository
- rL LLVM
Event Timeline
lib/Bitcode/Reader/BitcodeReader.cpp | ||
---|---|---|
2482 ↗ | (On Diff #33447) | Out of curiosity, why not use SelectorTy instead of Type::getInt1Ty(Context), since you have already computed it? |