| commit | 7d10386113407f7dc88fcfe9e5a01135ebb997ec | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Apr 29 03:45:07 2009 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed Apr 29 03:45:07 2009 +0000 |
| tree | 5dcffba191c275750acffb8818647ecdeb2f66e2 | |
| parent | 892a5f78eb28abaf4c03cdefd406b69ca03a300f [diff] |
Disable the load-shrinking optimization from looking at anything larger than 64-bits, avoiding a crash. This should really be fixed to use APInts, though type legalization happens to help us out and we get good code on the attached testcase at least. This fixes rdar://6836460 llvm-svn: 70360