diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2016-06-23 14:31:31 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2016-06-23 14:31:31 +0000 |
commit | 2d3592d481716a095291acf960c5ff381fe667a6 (patch) | |
tree | cf8784ed5aa38038c795641fa3ff8f7ad3e83124 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | a852d695b8919771b35d196221a063a8f974353f (diff) | |
download | llvm-2d3592d481716a095291acf960c5ff381fe667a6.zip llvm-2d3592d481716a095291acf960c5ff381fe667a6.tar.gz llvm-2d3592d481716a095291acf960c5ff381fe667a6.tar.bz2 |
[LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad.
When simplifying a load we need to make sure that the type of the
simplified value matches the type of the instruction we're processing.
In theory, we can handle casts here as we deal with constant data, but
since it's not implemented at the moment, we at least need to bail out.
This fixes PR28262.
llvm-svn: 273562
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions