[DAGCombiner] Don't create truncate nodes in (aext (zextload x)) -> (zextload...
[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. llvm-svn: 324567
Loading
Please register or sign in to comment