commit | d758b76106f97b8bdf4e32cb61ea0454659a65b2 | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@intel.com> | Thu Feb 08 06:04:18 2018 +0000 |
committer | Craig Topper <craig.topper@intel.com> | Thu Feb 08 06:04:18 2018 +0000 |
tree | ae6436dd967ab806dad7461a6b2c712d5b7da4f4 | |
parent | 3328d9732376dc09139f8c50db129b0d4de36734 [diff] |
[DAGCombiner] Don't create truncate nodes in (aext (zextload x)) -> (zextload x) and similar folds. NFCI The truncate is being used to replace other users of of the load, but we checked that the load only has one use so there are no other uses to replace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@324567 91177308-0d34-0410-b5e6-96231b3b80d8