1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Dan Gohman 744f455d55 When transforming sext(trunc(load(x))) into sext(smaller load(x)),
the trunc is directly replaced with the smaller load, so don't
try to create a new sext node. This fixes PR4050.

llvm-svn: 70179
2009-04-27 02:00:55 +00:00
..
2009-04-22 18:55:17 +00:00
2009-04-23 18:04:04 +00:00
2009-04-15 04:51:05 +00:00
2009-03-24 21:36:09 +00:00
2009-03-21 18:12:24 +00:00
2009-03-06 17:59:58 +00:00
2007-04-21 20:46:55 +00:00
2008-07-28 18:41:03 +00:00