If TBAA is on an intrinsic and it gets upgraded and drops the TBAA we hit an odd assert. We should just upgrade the TBAA first because it doesn't have side-effects.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Confusing comment needs addressed, otherwise, looks straight forward. LGTM w/comment addressed.
lib/Bitcode/Reader/BitcodeReader.cpp | ||
---|---|---|
5337 ↗ | (On Diff #50877) | your comment makes this sound optional. Given this is fixing a bug, is that true? |