Small amendment to handle vector cases for D67564.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lib/Bitcode/Reader/BitcodeReader.cpp | ||
---|---|---|
4645 ↗ | (On Diff #224198) | Would isFPOrFPVectorTy() be easier to read? |
Comment Actions
LGTM.
Note that @reames suggested that we should publicize the previous patch to make sure there were no known unintended consequences from this change, so:
http://lists.llvm.org/pipermail/llvm-dev/2019-September/135444.html
And I agree that we want to give everyone a chance to think about it, so I haven't proposed any dependent patches (and AFAIK, nobody else has yet either).
Assuming the change stays, I think we can build on it to solve bugs like:
https://bugs.llvm.org/show_bug.cgi?id=35607
https://bugs.llvm.org/show_bug.cgi?id=39535