Files
archived-llvm/test/Transforms/LoopUnroll
Michael Zolotukhin b5514ec8c5 [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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273562 91177308-0d34-0410-b5e6-96231b3b80d8
2016-06-23 14:31:31 +00:00
..
2016-04-27 03:04:54 +00:00
2014-04-29 20:06:10 +00:00
2016-04-27 03:04:54 +00:00
2016-04-27 03:04:54 +00:00
2016-04-27 03:04:54 +00:00