Files
llvm-6502/include/llvm/ADT
Rafael Espindola 28b45aa83e Use a memcpy so that type based alias analysis sees the change.
The other option would be to do something like

if (that.isSingleWord())
  VAL = that.VAL;
else
  pVal = that.pVal

This bug was causing 86TTI::getIntImmCost to be miscompiled in a LTO
bootstrap in stage2, causing the build of stage3 to fail.

LLVM is getting quiet good at exploiting this. Not sure if there is anything
a sanitizer could do to help

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222294 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-19 01:02:22 +00:00
..
2014-06-20 10:52:57 +00:00
2014-10-27 12:37:26 +00:00
2014-04-28 04:05:08 +00:00
2014-07-29 00:38:55 +00:00
2014-04-24 06:44:33 +00:00
2014-04-24 06:44:33 +00:00
2014-04-25 20:52:08 +00:00
2014-10-27 12:37:26 +00:00
2014-10-27 12:37:26 +00:00
2014-11-14 07:02:38 +00:00
2014-10-27 12:37:26 +00:00
2014-10-27 12:37:26 +00:00
2014-10-27 12:37:26 +00:00
2014-10-03 11:55:31 +00:00
2014-06-27 18:19:56 +00:00