Duncan P. N. Exon Smith
73686d305a
SROA: Only split loads on byte boundaries
...
r199771 accidently broke the logic that makes sure that SROA only splits
load on byte boundaries. If such a split happens, some bits get lost
when reassembling loads of wider types, causing data corruption.
Move the width check up to reject such splits early, avoiding the
corruption. Fixes PR19250.
Patch by: Björn Steinbrink <bsteinbr@gmail.com >
llvm-svn: 211082
2014-06-17 00:19:35 +00:00
..
2014-04-22 02:55:47 +00:00
2014-06-13 22:57:59 +00:00
2014-04-30 06:44:50 +00:00
2014-04-25 05:29:35 +00:00
2014-04-25 05:29:35 +00:00
2014-04-22 02:55:47 +00:00
2014-04-25 05:29:35 +00:00
2014-04-25 05:29:35 +00:00
2014-04-22 02:55:47 +00:00
2014-06-12 21:16:19 +00:00
2014-04-25 05:29:35 +00:00
2014-04-25 05:29:35 +00:00
2014-04-28 04:05:08 +00:00
2013-12-10 05:39:34 +00:00
2014-05-29 01:55:07 +00:00
2014-04-22 02:55:47 +00:00
2014-06-14 03:48:29 +00:00
2014-04-26 05:58:11 +00:00
2014-04-25 05:29:35 +00:00
2014-05-26 08:58:51 +00:00
2014-05-20 19:25:04 +00:00
2014-06-16 23:53:02 +00:00
2014-04-25 05:29:35 +00:00
2014-06-13 14:24:07 +00:00
2014-04-25 05:29:35 +00:00
2014-04-22 02:55:47 +00:00
2014-05-31 15:01:54 +00:00
2014-04-22 02:55:47 +00:00
2014-06-13 02:24:39 +00:00
2014-06-13 22:57:59 +00:00
2014-04-25 05:29:35 +00:00
2014-04-25 05:29:35 +00:00
2014-06-13 14:54:09 +00:00
2014-06-08 23:49:34 +00:00
2014-06-13 02:24:39 +00:00
2014-04-25 05:29:35 +00:00
2014-06-17 00:19:35 +00:00
2014-05-19 17:52:48 +00:00
2014-05-22 14:19:46 +00:00